FormattedStreamStringWidget<R extends Object> constructor

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

Implementation

const FormattedStreamStringWidget({required this.formatter});