OutputFormatter constructor

OutputFormatter({
  1. OutputFormat format = OutputFormat.rich,
  2. OutputTheme theme = const OutputTheme(),
})

Implementation

OutputFormatter({
  this.format = OutputFormat.rich,
  this.theme = const OutputTheme(),
});