KeyboardButtonRow constructor
const
KeyboardButtonRow({
- required List<
KeyboardButtonBase> buttons,
Keyboard Button Row constructor.
Implementation
const KeyboardButtonRow({required this.buttons}) : super._();