UIFAG enum Null safety
Constructors
- UIFAG()
-
const
Values
- systemUiFalgLowProfile → const UIFAG
-
const UIFAG(0)
-
const UIFAG(1)
- systemUiFalgFullscreen → const UIFAG
-
const UIFAG(2)
- systemUiFalgLayoutStable → const UIFAG
-
const UIFAG(3)
-
const UIFAG(4)
- systemUiFalgLayoutFullscreen → const UIFAG
-
const UIFAG(5)
- systemUiFalgImmersive → const UIFAG
-
const UIFAG(6)
- systemUiFalgImmersiveSticky → const UIFAG
-
const UIFAG(7)
- systemUiFalgLightStatusBar → const UIFAG
-
const UIFAG(8)
-
const UIFAG(9)
Properties
Methods
-
noSuchMethod(
Invocation invocation) → dynamic -
Invoked when a non-existent method or property is accessed.
inherited
-
toString(
) → String -
A string representation of this object.
inherited
Operators
-
operator ==(
Object other) → bool -
The equality operator.
inherited
Constants
-
values
→ const List<
UIFAG> -
A constant List of the values in this enum, in order of their declaration.
[systemUiFalgLowProfile, systemUiFalgHideNavigation, systemUiFalgFullscreen, systemUiFalgLayoutStable, systemUiFalgLayoutHideNavigtion, systemUiFalgLayoutFullscreen, systemUiFalgImmersive, systemUiFal…