TextFormatInit constructor
TextFormatInit({})
Implementation
external factory TextFormatInit(
{int? rangeStart,
int? rangeEnd,
String? textColor,
String? backgroundColor,
String? underlineStyle,
String? underlineThickness,
String? underlineColor});