FontStyle constructor
FontStyle({
- required double fontSize,
- FontWeight? fontWeight,
- String? fontFamily,
Implementation
FontStyle({required this.fontSize, this.fontWeight, this.fontFamily});