FlutterUXBlur class

Inheritance

Constructors

FlutterUXBlur({int blurRadius = 10, BlurType blurType = BlurType.gaussian, bool hideGestures = true, List<String> screens = const [], bool excludeMentionedScreens = false})

Properties

blurRadius int
getter/setter pair
blurType BlurType
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

getName(BlurType type) String
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