FlutterUXOverlay class

Inheritance

Constructors

FlutterUXOverlay({Color color = Colors.red, bool hideGestures = true, List<String> screens = const [], bool excludeMentionedScreens = false})

Properties

color Color
getter/setter pair
configuration Map<String, dynamic>?
no setteroverride
excludeMentionedScreens bool
getter/setter pairinherited
hashCode int
The hash code for this object.
no setterinherited
hideGestures bool
getter/setter pair
name String
no setteroverride
runtimeType Type
A representation of the runtime type of the object.
no setterinherited
screens List<String>
getter/setter pairinherited
type UXOcclusionType
no setteroverride

Methods

noSuchMethod(Invocation invocation) → dynamic
Invoked when a nonexistent method or property is accessed.
inherited
toJson() Map<String, dynamic>
inherited
toString() String
A string representation of this object.
inherited

Operators

operator ==(Object other) bool
The equality operator.
inherited