HelpView constructor
HelpView({})
Implementation
HelpView({
required this.keyMap,
this.showAll = false,
this.itemSpacing = 3,
this.runSpacing = 1,
this.columnGap = 4,
this.rowGap = 0,
this.keyStyle,
this.descriptionStyle,
super.key,
});