EBTextStyle constructor

const EBTextStyle({
  1. Color? color,
  2. double? fontSize,
  3. FontWeight? fontWeight,
})

Implementation

const EBTextStyle({
  super.color,
  super.fontSize,
  super.fontWeight,
});