SimpleStatusBar class

Constructors

SimpleStatusBar()

Properties

hashCode int
The hash code for this object.
no setterinherited
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

Static Methods

changeColor({required Color color, double? value}) Future
changeStatusBarBrightness({required Brightness brightness, bool? animate}) Future
changeStatusBarColor({required Color color, bool? adaptiveBrightness, double? luminaceValue, bool? animate, bool? forIos, bool? forAndroid}) Future
getSystemUiMode() Future<SystemUiMode>
hideStatusBar({StatusBarAnimation? animation}) Future
showStatusBar({StatusBarAnimation? animation}) Future
toggle({bool? hide, StatusBarAnimation? animation}) Future<bool>