Open esenmx opened 3 years ago
First of all, thank you for your work! Setting the statusBarColor in main.dart for global usecase. But flushbar can't override the color.
statusBarColor
main.dart
SystemChrome.setSystemUIOverlayStyle(SystemUiOverlayStyle(statusBarColor: Dark.dp01)); Flushbar<T>( flushbarPosition: FlushbarPosition.TOP, flushbarStyle: FlushbarStyle.GROUNDED, )..bar.show(context);
hello, will take a look
First of all, thank you for your work! Setting the
statusBarColor
inmain.dart
for global usecase. But flushbar can't override the color.