FormattedStringWidget<O extends Object> constructor

const FormattedStringWidget<O extends Object>({
  1. required OutputFormatter<O, String> formatter,
})

Implementation

const FormattedStringWidget({required this.formatter});