GameDialogCheckboxComponent constructor

GameDialogCheckboxComponent(
  1. String label, {
  2. String? id,
  3. bool initialValue = false,
})

Implementation

GameDialogCheckboxComponent(this.label, {this.id, this.initialValue = false});