KbdProps.key constructor
const
KbdProps.key(
- String key, {
- KbdStyle style = KbdStyle.raised,
- ComponentSize size = ComponentSize.md,
Implementation
const KbdProps.key(
String key, {
this.style = KbdStyle.raised,
this.size = ComponentSize.md,
}) : keyText = key,
keys = null,
separator = '+';