FormattableText constructor
FormattableText({
- String? text,
- List<
StringRange> ? matches,
Implementation
FormattableText({
this.text,
this.matches,
});
FormattableText({
this.text,
this.matches,
});