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