EBButtonStyle constructor

const EBButtonStyle({
  1. Color? backgroundColor,
  2. double? borderRadius,
  3. Color? color,
  4. double? fontSize,
  5. FontWeight? fontWeight,
})

Implementation

const EBButtonStyle({
  super.backgroundColor,
  super.borderRadius,
  super.color,
  super.fontSize,
  super.fontWeight,
});