KbdProps.key constructor

const KbdProps.key(
  1. String key, {
  2. KbdStyle style = KbdStyle.raised,
  3. ComponentSize size = ComponentSize.md,
})

Implementation

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