TextSpanStyle constructor

TextSpanStyle({
  1. required Color color,
  2. required double fontSize,
  3. FontWeight? fontWeight,
  4. Color? markTextColor,
  5. double? markFontSize,
})

Implementation

TextSpanStyle({required this.color, required this.fontSize, this.fontWeight, this.markTextColor, this.markFontSize});