FlutterSystemUiOverlayStyle class

Implemented types
Annotations

Constructors

FlutterSystemUiOverlayStyle({FlutterColor? systemNavigationBarColor, FlutterColor? systemNavigationBarDividerColor, FlutterBrightness? systemNavigationBarIconBrightness, bool? systemNavigationBarContrastEnforced, FlutterColor? statusBarColor, FlutterBrightness? statusBarBrightness, FlutterBrightness? statusBarIconBrightness, bool? systemStatusBarContrastEnforced})
factory
FlutterSystemUiOverlayStyle.fromJson(Map<String, dynamic> json)
factory

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 FlutterBrightness?
no setterinherited
statusBarColor FlutterColor?
no setterinherited
statusBarIconBrightness FlutterBrightness?
no setterinherited
systemNavigationBarColor FlutterColor?
no setterinherited
systemNavigationBarContrastEnforced bool?
no setterinherited
systemNavigationBarDividerColor FlutterColor?
no setterinherited
systemNavigationBarIconBrightness FlutterBrightness?
no setterinherited
systemStatusBarContrastEnforced bool?
no setterinherited

Methods

map<TResult extends Object?>(TResult $default(_FlutterSystemUiOverlayStyle value)) → TResult
inherited
noSuchMethod(Invocation invocation) → dynamic
Invoked when a nonexistent method or property is accessed.
inherited
toFlutter(AnyWidgetContext config) SystemUiOverlayStyle
override
toString() String
A string representation of this object.
inherited

Operators

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