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