MaterialDialogActionData class

Constructors

MaterialDialogActionData({Key? widgetKey, Widget? child, void onPressed()?, VoidCallback? onLongPress, Clip? clipBehavior, FocusNode? focusNode, ButtonStyle? style, bool? autofocus, Widget? icon, ValueChanged<bool>? onHover, ValueChanged<bool>? onFocusChange, MaterialStatesController? statesController})

Properties

autofocus bool?
final
child Widget?
finalinherited
clipBehavior Clip?
finalinherited
focusNode FocusNode?
final
hashCode int
The hash code for this object.
no setterinherited
icon Widget?
final
onFocusChange ValueChanged<bool>?
final
onHover ValueChanged<bool>?
final
onLongPress VoidCallback?
finalinherited
onPressed → (void Function()?)
finalinherited
runtimeType Type
A representation of the runtime type of the object.
no setterinherited
statesController MaterialStatesController?
final
style ButtonStyle?
final
widgetKey Key?
finalinherited

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