FormattableText constructor

FormattableText({
  1. String? text,
  2. List<StringRange>? matches,
})

Implementation

FormattableText({this.text, this.matches});