Closed kw2019ltd closed 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);
okay investigating
sorry closing this issue. its exist in different way