statusBar method

Widget statusBar(
  1. SystemUiOverlayStyle style
)

Changes this Scaffold's SystemUiOverlayStyle.

Implementation

Widget statusBar(SystemUiOverlayStyle style) {
  return AnnotatedRegion<SystemUiOverlayStyle>(value: style, child: this);
}