HelpColorScheme constructor
const
HelpColorScheme({})
Creates a help color scheme with the given colors.
All colors default to AdaptiveColor variants that work well on both light and dark terminals.
Implementation
const HelpColorScheme({
this.heading,
this.command,
this.option,
this.description,
this.error,
this.emphasis,
this.namespace,
});