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