statusBar method
- SystemUiOverlayStyle style
Changes this Scaffold's SystemUiOverlayStyle.
Implementation
Widget statusBar(SystemUiOverlayStyle style) {
return AnnotatedRegion<SystemUiOverlayStyle>(value: style, child: this);
}
Changes this Scaffold's SystemUiOverlayStyle.
Widget statusBar(SystemUiOverlayStyle style) {
return AnnotatedRegion<SystemUiOverlayStyle>(value: style, child: this);
}