flutter_statusbarcolor icon indicating copy to clipboard operation
flutter_statusbarcolor copied to clipboard

color status bar disappears, when moving pages (Navigator)

Open rennaldy opened this issue 4 years ago • 1 comments

color status bar disappears, when moving pages (Navigator), when the application starts image when the application moves page(navigator) image

I put the code under the main.dart build material design widget

@override Widget build(BuildContext context) { FlutterStatusbarcolor.setNavigationBarColor(Colors.white); FlutterStatusbarcolor.setNavigationBarWhiteForeground(false); FlutterStatusbarcolor.setStatusBarColor(Colors.white); FlutterStatusbarcolor.setStatusBarWhiteForeground(false);

rennaldy avatar Apr 03 '20 05:04 rennaldy

You have to run it before the runApp method.

bramzz avatar Jun 10 '20 20:06 bramzz