SystemUiOverlayStyleDark class

Inheritance

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

Properties

hashCode int
The hash code for this object.
no setterinherited
runtimeType Type
A representation of the runtime type of the object.
no setterinherited
statusBarBrightness Brightness?
The brightness of top status bar.
finalinherited
statusBarColor Color?
The color of top status bar.
finalinherited
statusBarIconBrightness Brightness?
The brightness of the top status bar icons.
finalinherited
systemNavigationBarColor Color?
The color of the system bottom navigation bar.
finalinherited
systemNavigationBarContrastEnforced bool?
Overrides the contrast enforcement when setting a transparent navigation bar.
finalinherited
systemNavigationBarDividerColor Color?
The color of the divider between the system's bottom navigation bar and the app's content.
finalinherited
systemNavigationBarIconBrightness Brightness?
The brightness of the system navigation bar icons.
finalinherited
systemStatusBarContrastEnforced bool?
Overrides the contrast enforcement when setting a transparent status bar.
finalinherited

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

Operators

operator ==(Object other) bool
The equality operator.
inherited