FontStyle constructor

FontStyle({
  1. required double fontSize,
  2. FontWeight? fontWeight,
  3. String? fontFamily,
})

Implementation

FontStyle({required this.fontSize, this.fontWeight, this.fontFamily});