OutlinedRoundedButton constructor
const
OutlinedRoundedButton({ - Key? key,
- Widget? child,
- Widget? subtitle,
- Widget? leading,
- Widget? headline,
- VoidCallback? onPressed,
- VoidCallback? onLongPress,
- Gradient? gradient,
- double elevation = 0,
- Color? color,
- Color? disabled,
- double maxWidth = 250 * 0.72,
- double? maxHeight,
- BorderSide? border,
- double? height = 42,
- List<BoxShadow>? shadows,
- TextStyle? style,
})
Implementation
const OutlinedRoundedButton({
super.key,
this.child,
this.subtitle,
this.leading,
this.headline,
this.onPressed,
this.onLongPress,
this.gradient,
this.elevation = 0,
this.color,
this.disabled,
this.maxWidth = 250 * 0.72,
this.maxHeight,
this.border,
this.height = 42,
this.shadows,
this.style,
});