SelectData constructor
const
SelectData({})
Implementation
const SelectData({
required this.autoClose,
required this.isSelected,
required this.onChanged,
required this.hasSelection,
required this.enabled,
});