ConfirmDialogVariant<T> class

Variant of a ConfirmDialog.

Constructors

ConfirmDialogVariant({Key? key, required String label, T? onProceed()?})
const

Properties

hashCode int
The hash code for this object.
no setterinherited
key Key?
Key of this ConfirmDialogVariant.
final
label String
Label representing this ConfirmDialogVariant.
final
onProceed → T? Function()?
Callback, called when this ConfirmDialogVariant is submitted.
final
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