StructuredFormatting constructor
StructuredFormatting({
- required String mainText,
- List<
MatchedSubstring> mainTextMatchedSubstrings = const <MatchedSubstring>[], - String? secondaryText,
Implementation
StructuredFormatting({
required this.mainText,
this.mainTextMatchedSubstrings = const <MatchedSubstring>[],
this.secondaryText,
});