CupertinoTextButtonData constructor
CupertinoTextButtonData({
- Key? widgetKey,
- Widget? child,
- VoidCallback? onPressed,
- Color? color,
- EdgeInsetsGeometry? padding,
- Color? disabledColor,
- BorderRadius? borderRadius,
- double? minSize,
- double? pressedOpacity,
- AlignmentGeometry? alignment,
- bool originalStyle = false,
Implementation
CupertinoTextButtonData({
super.widgetKey,
super.child,
super.onPressed,
this.color,
this.padding,
this.disabledColor,
this.borderRadius,
this.minSize,
this.pressedOpacity,
this.alignment,
this.originalStyle = false,
});