EBButtonStyle constructor
const
EBButtonStyle({
- Color? backgroundColor,
- double? borderRadius,
- Color? color,
- double? fontSize,
- FontWeight? fontWeight,
Implementation
const EBButtonStyle({
super.backgroundColor,
super.borderRadius,
super.color,
super.fontSize,
super.fontWeight,
});