SystemUiOverlayStyleDark class
Constructors
-
SystemUiOverlayStyleDark({Color? systemNavigationBarColor = Colors.transparent, Color? systemNavigationBarDividerColor = Colors.transparent, Color? statusBarColor = Colors.transparent, Brightness? systemNavigationBarIconBrightness = Brightness.dark, Brightness? statusBarIconBrightness = Brightness.dark, Brightness? statusBarBrightness = Brightness.light})
-
const
Methods
-
copyWith({Color? systemNavigationBarColor, Color? systemNavigationBarDividerColor, bool? systemNavigationBarContrastEnforced, Color? statusBarColor, Brightness? statusBarBrightness, Brightness? statusBarIconBrightness, bool? systemStatusBarContrastEnforced, Brightness? systemNavigationBarIconBrightness})
→ SystemUiOverlayStyle
-
Creates a copy of this theme with the given fields replaced with new values.
inherited
-
noSuchMethod(Invocation invocation)
→ dynamic
-
Invoked when a nonexistent method or property is accessed.
inherited
-
toString()
→ String
-
A string representation of this object.
inherited