PopupEvent class Null safety Events
팝업 이벤트
Constructors
- PopupEvent({required PopupType type, required PopupAction action, Function? onTapCancel, Function? onTapNormal, Function? onTapNo, Function? onTapYes, Function? onTapOutside, Function? onClose, dynamic data})
Properties
- action ↔ PopupAction
-
read / write
- data ↔ dynamic
-
read / write
- hashCode → int
-
The hash code for this object. [...]
read-only, inherited
- onClose ↔ Function?
-
read / write
- onTapCancel ↔ Function?
-
read / write
- onTapNo ↔ Function?
-
read / write
- onTapNormal ↔ Function?
-
read / write
- onTapOutside ↔ Function?
-
read / write
- onTapYes ↔ Function?
-
read / write
- runtimeType → Type
-
A representation of the runtime type of the object.
read-only, inherited
- type ↔ PopupType
-
read / write
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