EBButtonStyle constructor
const
EBButtonStyle({
- Color? backgroundColor,
- double? borderRadius,
- Color? color,
- double? fontSize,
- FontWeight? fontWeight,
- String? fontFamily,
- int? maxLines,
- TextOverflow? textOverflow,
Implementation
const EBButtonStyle({
super.backgroundColor,
super.borderRadius,
super.color,
super.fontSize,
super.fontWeight,
super.fontFamily,
super.maxLines,
super.textOverflow,
});