KeyboardButtonGame constructor

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

Keyboard Button Game constructor.

Implementation

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