KeyboardButton constructor

const KeyboardButton({
  1. required String text,
})

Keyboard Button constructor.

Implementation

const KeyboardButton({
  required this.text,
}) : super._();