StyleTextRF constructor

StyleTextRF({
  1. double? fontSize,
  2. FontWeight? fontWeight,
  3. Color? color,
  4. TextStyle? textStyle,
})

Implementation

StyleTextRF({this.fontSize, this.fontWeight, this.color, this.textStyle});