GameDialogDropdownComponent constructor
- String label,
- List<
GameDialogDropdownOption> options, { - String? id,
- String? initialValue,
Implementation
GameDialogDropdownComponent(
this.label,
this.options, {
this.id,
this.initialValue,
});
GameDialogDropdownComponent(
this.label,
this.options, {
this.id,
this.initialValue,
});