KeyboardButton constructor
const
KeyboardButton({
- KeyboardButtonStyleBase? style,
- required String text,
Keyboard Button constructor.
Implementation
const KeyboardButton({this.style, required this.text}) : super._();