StatusbarzTheme class

The default theme for the Statusbarz

Constructors

StatusbarzTheme({SystemUiOverlayStyle darkStatusBar = const SystemUiOverlayStyle(systemNavigationBarColor: Colors.white, systemNavigationBarIconBrightness: Brightness.dark, statusBarColor: Colors.transparent, statusBarBrightness: Brightness.light, statusBarIconBrightness: Brightness.dark), SystemUiOverlayStyle lightStatusBar = const SystemUiOverlayStyle(systemNavigationBarColor: Colors.black, systemNavigationBarIconBrightness: Brightness.light, statusBarColor: Colors.transparent, statusBarBrightness: Brightness.dark, statusBarIconBrightness: Brightness.light)})
The default theme for the Statusbarz

Properties

darkStatusBar SystemUiOverlayStyle
The SystemUiOverlayStyle to apply when the background behind status bar is light. This shall use dark icons etc. Defaults to:
final
hashCode int
The hash code for this object.
no setterinherited
lightStatusBar SystemUiOverlayStyle
The SystemUiOverlayStyle to apply when the background behind status bar is dark. This shall use light icons etc. Defaults to:
final
runtimeType Type
A representation of the runtime type of the object.
no setterinherited

Methods

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