SystemUiOverlayStyleDark class
- Inheritance
-
- Object
- SystemUiOverlayStyle
- SystemUiOverlayStyleDark
Constructors
- SystemUiOverlayStyleDark({Color? statusBarColor = Colors.transparent, 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
-
The color of the system bottom navigation bar.
finalinherited
-
Overrides the contrast enforcement when setting a transparent navigation
bar.
finalinherited
-
The color of the divider between the system's bottom navigation bar and the app's content.
finalinherited
-
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? statusBarColor, Brightness? statusBarBrightness, Brightness? statusBarIconBrightness, bool? systemStatusBarContrastEnforced, }) → SystemUiOverlayStyle -
Creates a copy of this theme with the given fields replaced with new values.
inherited
-
debugFillProperties(
DiagnosticPropertiesBuilder properties) → void -
Add additional properties associated with the node.
inherited
-
noSuchMethod(
Invocation invocation) → dynamic -
Invoked when a nonexistent method or property is accessed.
inherited
-
toDiagnosticsNode(
{String? name, DiagnosticsTreeStyle? style}) → DiagnosticsNode -
Returns a debug representation of the object that is used by debugging
tools and by DiagnosticsNode.toStringDeep.
inherited
-
toString(
{DiagnosticLevel minLevel = DiagnosticLevel.info}) → String -
A string representation of this object.
inherited
-
toStringShort(
) → String -
A brief description of this object, usually just the runtimeType and the
hashCode.
inherited
Operators
-
operator ==(
Object other) → bool -
The equality operator.
inherited