Cancel class

Constructors

Cancel({GestureTapCallback? cancelClicked, AssetImage? cancelImage, double cancelImageSize = 15.0, Color? cancelImageColor = Colors.black, bool autoHidden = true})

Properties

autoHidden bool
autoHidden It hides the cancel button when value and max are equal.
final
cancelClicked GestureTapCallback?
cancelClicked If you want to execute an action when the dialog is canceled, pass a void function.
final
cancelImage AssetImage?
cancelImage The default does not contain any value, if the value is assigned another asset image is created.
final
cancelImageColor Color?
cancelImageColor set cancel image color
final
cancelImageSize double
cancelImageSize set cancel image dimensions
final
hashCode int
The hash code for this object.
no setterinherited
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