FortalezaButtonStyle constructor
const
FortalezaButtonStyle({
- Color? color,
- TextStyle? textStyle,
- EdgeInsets? padding,
- double? radius,
Implementation
const FortalezaButtonStyle({
this.color,
this.textStyle,
this.padding,
this.radius,
});