GameDialogDropdownComponent constructor

GameDialogDropdownComponent(
  1. String label,
  2. List<GameDialogDropdownOption> options, {
  3. String? id,
  4. String? initialValue,
})

Implementation

GameDialogDropdownComponent(
  this.label,
  this.options, {
  this.id,
  this.initialValue,
});