ShowModalOption class

Constructors

ShowModalOption.new({JSObject? $$context$$})

Properties

$$context$$ ↔ JSObject
getter/setter pair
cancelColor String?
getter/setter pair
cancelText String?
getter/setter pair
complete ShowModalCompleteCallback?
getter/setter pair
confirmColor String?
getter/setter pair
confirmText String?
getter/setter pair
content String?
getter/setter pair
editable bool?
getter/setter pair
fail ShowModalFailCallback?
getter/setter pair
hashCode int
The hash code for this object.
no setterinherited
placeholderText String?
getter/setter pair
runtimeType Type
A representation of the runtime type of the object.
no setterinherited
showCancel bool?
getter/setter pair
success ShowModalSuccessCallback?
getter/setter pair
title String?
getter/setter pair

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