GameDialogButton constructor

GameDialogButton(
  1. String label, {
  2. String? id,
})

Implementation

GameDialogButton(this.label, {this.id});