KeyboardRow constructor

const KeyboardRow({
  1. required Iterable<KeyboardKey> keys,
})

Implementation

const KeyboardRow({required this.keys});