TextSpanStyle constructor
TextSpanStyle({
- required Color color,
- required double fontSize,
- FontWeight? fontWeight,
- Color? markTextColor,
- double? markFontSize,
Implementation
TextSpanStyle({required this.color, required this.fontSize, this.fontWeight, this.markTextColor, this.markFontSize});