setLightStatusBar method

void setLightStatusBar()

Changes the text and icon color on the statusbar to a light color

Implementation

void setLightStatusBar() {
  SystemChrome.setSystemUIOverlayStyle(theme.lightStatusBar);
}