WindowFlags class
Constructors
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
Constants
- flagAllowLockWhileScreenOn → const int
- flagAltFocusableIM → const int
- flagDimBehind → const int
- flagForceNotFullscreen → const int
- flagFullscreen → const int
- flagHardwareAccelerated → const int
- flagIgnoreCheekPresses → const int
- flagKeepScreenOn → const int
- flagLayoutInScreen → const int
- flagLayoutInsetDecor → const int
- flagLayoutNoLimits → const int
- flagNotFocusable → const int
- flagNotTouchable → const int
- flagNotTouchModal → const int
- flagScaled → const int
- flagSecure → const int
- flagShowWallpaper → const int
- flagSplitTouch → const int
- flagWatchOutsideTouch → const int