MaterialDialogFlatActionData constructor
MaterialDialogFlatActionData({
- Widget? child,
- void onPressed()?,
- Key? widgetKey,
- VoidCallback? onLongPress,
- Clip? clipBehavior,
- Color? color,
- Brightness? colorBrightness,
- Color? disabledColor,
- Color? disabledTextColor,
- Color? highlightColor,
- ValueChanged<
bool> ? onHighlightChanged, - EdgeInsetsGeometry? padding,
- ShapeBorder? shape,
- Color? splashColor,
- Color? textColor,
- ButtonTextTheme? textTheme,
- MaterialTapTargetSize? materialTapTargetSize,
- Color? focusColor,
- Color? hoverColor,
- FocusNode? focusNode,
- bool? autofocus,
- VisualDensity? visualDensity,
- MouseCursor? mouseCursor,
- double? height,
- double? minWidth,
Implementation
MaterialDialogFlatActionData({
super.child,
super.onPressed,
super.widgetKey,
super.onLongPress,
super.clipBehavior,
this.color,
this.colorBrightness,
this.disabledColor,
this.disabledTextColor,
this.highlightColor,
this.onHighlightChanged,
this.padding,
this.shape,
this.splashColor,
this.textColor,
this.textTheme,
this.materialTapTargetSize,
this.focusColor,
this.hoverColor,
this.focusNode,
this.autofocus,
this.visualDensity,
this.mouseCursor,
this.height,
this.minWidth,
});