another-flushbar
another-flushbar copied to clipboard
StatusBar always overridden by SystemChrome
First of all, thank you for your work!
Setting the statusBarColor in main.dart for global usecase. But flushbar can't override the color.
SystemChrome.setSystemUIOverlayStyle(SystemUiOverlayStyle(statusBarColor: Dark.dp01));
Flushbar<T>(
flushbarPosition: FlushbarPosition.TOP,
flushbarStyle: FlushbarStyle.GROUNDED,
)..bar.show(context);

hello, will take a look