KeyboardButtonRow constructor

const KeyboardButtonRow({
  1. required List<KeyboardButtonBase> buttons,
})

Keyboard Button Row constructor.

Implementation

const KeyboardButtonRow({
  required this.buttons,
}) : super._();