StatusBarControl class

Constructors

StatusBarControl()

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 Properties

getHeight Future<double>
no setter

Static Methods

setColor(Color color, {bool animated = false}) Future<bool>
setFullscreen(bool value) → dynamic
setHidden(bool hidden, {StatusBarAnimation animation = StatusBarAnimation.NONE}) Future<bool>
setNavigationBarColor(Color color, {bool animated = false}) Future<bool>
setNavigationBarStyle(NavigationBarStyle style) Future<bool>
setNetworkActivityIndicatorVisible(bool visible) Future<bool>
setStyle(StatusBarStyle style) Future<bool>
setTranslucent(bool translucent) Future<bool>