KbdProps constructor
const
KbdProps({})
Implementation
const KbdProps({
this.keyText,
this.keys,
this.separator = '+',
this.style = KbdStyle.raised,
this.size = ComponentSize.md,
}) : assert(keyText != null || keys != null,
'Either keyText or keys must be provided');