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