FortalezaButtonStyle constructor

const FortalezaButtonStyle({
  1. Color? color,
  2. TextStyle? textStyle,
  3. EdgeInsets? padding,
  4. double? radius,
})

Implementation

const FortalezaButtonStyle({
  this.color,
  this.textStyle,
  this.padding,
  this.radius,
});