cmdrootaccess / another-flushbar

A flexible widget for user notification. Customize your text, button, duration, animations and much more. For Android devs, it is made to replace Snackbars and Toasts.
https://pub.dev/packages/another_flushbar
MIT License
146 stars 90 forks source link

missing/add borderRadius , it was avaialbe on old plugin flushbar #20

Closed kw2019ltd closed 3 years ago

kw2019ltd commented 3 years ago

image

kw2019ltd commented 3 years ago

below //borderRadius: 8, was exist in old plugin Flushbar( flushbarStyle: FlushbarStyle.FLOATING, backgroundColor: Colors.red, messageText: Text( text, style: const TextStyle( fontSize: 16, fontWeight: FontWeight.bold, color: Colors.white), ), margin: EdgeInsets.all(8), //borderRadius: 8, duration: Duration(seconds: duration), flushbarPosition: flushbarPosition, onTap: (Flushbar flushbar) { flushbar.dismiss(true); }, leftBarIndicatorColor: SharedPreferencesImpl().isDarkTheme$ ? Colors.white : null, isDismissible: true, icon: icon, ).show(context);

cmdrootaccess commented 3 years ago

okay investigating

kw2019ltd commented 3 years ago

okay investigating

sorry closing this issue. its exist in different way