MaterialDialogActionData constructor
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,
- bool? isSemanticButton,
Implementation
MaterialDialogActionData({
super.widgetKey,
super.child,
super.onPressed,
super.onLongPress,
super.clipBehavior,
this.focusNode,
this.style,
this.autofocus,
this.icon,
this.onHover,
this.onFocusChange,
this.statesController,
this.isSemanticButton,
});