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