JidoujishoDropdown<T> constructor
Define a dropdown with options and an action to do when the selected option is changed.
Implementation
const JidoujishoDropdown({
required this.options,
required this.initialOption,
required this.generateLabel,
required this.onChanged,
this.enabled = true,
super.key,
});