SelectComponent constructor
const
SelectComponent({})
Implementation
const SelectComponent(
{this.onChanged,
this.enabled,
this.menuItemData = const [],
required this.primaryColor,
this.labelText,
this.width,
this.initialValue,
Key? key})
: super(key: key);