MaterialBottomSheetActionData constructor
MaterialBottomSheetActionData({
- Widget? child,
- VoidCallback? onPressed,
- Key? widgetKey,
- Color? color,
- Brightness? colorBrightness,
- Color? disabledColor,
- Color? disabledTextColor,
- Color? highlightColor,
- ValueChanged<
bool> ? onHighlightChanged, - EdgeInsetsGeometry? padding,
- ShapeBorder? shape,
- Color? splashColor,
- Color? textColor,
- ButtonTextTheme? textTheme,
- Clip? clipBehavior,
- MaterialTapTargetSize? materialTapTargetSize,
Implementation
MaterialBottomSheetActionData({
Widget? child,
VoidCallback? onPressed,
this.widgetKey,
this.color,
this.colorBrightness,
this.disabledColor,
this.disabledTextColor,
this.highlightColor,
this.onHighlightChanged,
this.padding,
this.shape,
this.splashColor,
this.textColor,
this.textTheme,
this.clipBehavior,
this.materialTapTargetSize,
}) : super(child: child, onPressed: onPressed);