FormattedStringWidget<O extends Object> constructor
const
FormattedStringWidget<O extends Object> ({
- required OutputFormatter<
O, String> formatter,
Implementation
const FormattedStringWidget({required this.formatter});