StyleTextRF constructor
StyleTextRF({
- double? fontSize,
- FontWeight? fontWeight,
- Color? color,
- TextStyle? textStyle,
Implementation
StyleTextRF({this.fontSize, this.fontWeight, this.color, this.textStyle});