KeyboardButton constructor

const KeyboardButton({
  1. KeyboardButtonStyleBase? style,
  2. required String text,
})

Keyboard Button constructor.

Implementation

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