KeyboardButtonGame constructor

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

Keyboard Button Game constructor.

Implementation

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