NativeOverlayConfig class

Behavior configuration for NativeOverlay

name: the name defined in native client code, please sync with other developer to get this name

alpha: NativeOverlay's alpha parameters

hidden: NativeOverlay's hidden situation, true for hide, false for show

needsAnimation: whether this configuration needs an animated transition or not

Constructors

NativeOverlayConfig({required String name, double alpha = 1.0, bool hidden = false, bool needsAnimation = true})

Properties

alpha double
getter/setter pair
dict Map<String, dynamic>
no setter
hashCode int
The hash code for this object.
no setterinherited
hidden bool
getter/setter pair
name String
getter/setter pair
needsAnimation bool
getter/setter pair
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