ArcaneKbd constructor

const ArcaneKbd(
  1. String? keyText, {
  2. KbdStyle style = KbdStyle.raised,
  3. ComponentSize size = ComponentSize.md,
  4. Key? key,
})

Implementation

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