Overlay class abstract
- Implementers
Constructors
- Overlay([SystemUiOverlayStyle? style])
Properties
- customOrNull → SystemUiOverlayStyle?
-
no setter
- hashCode → int
-
The hash code for this object.
no setterinherited
- runtimeType → Type
-
A representation of the runtime type of the object.
no setterinherited
- style ↔ SystemUiOverlayStyle?
-
getter/setter pair
Methods
-
apply(
) → void -
noSuchMethod(
Invocation invocation) → dynamic -
Invoked when a nonexistent method or property is accessed.
inherited
-
refreshAndApply(
{bool apply = true}) → void -
removeCustom(
Brightness brightness) → void -
setCustom(
SystemUiOverlayStyle style) → void -
toString(
) → String -
A string representation of this object.
inherited
-
updateFromBrightness(
Brightness brightness) → void
Operators
-
operator ==(
Object other) → bool -
The equality operator.
inherited
Static Methods
-
init(
{required Brightness brightness, required VoidCallback refresh, required ValueChanged< Overlay> changeOverlay}) → Overlay