HelpModel constructor
HelpModel({
- int width = 0,
- bool showAll = false,
- HelpStyles? styles,
Creates a new help model.
Implementation
HelpModel({this.width = 0, this.showAll = false, HelpStyles? styles})
: styles = styles ?? HelpStyles();