SigleSelectFilterView constructor
const
SigleSelectFilterView({})
Implementation
const SigleSelectFilterView(
{Key? key,
this.options = const [],
this.value,
required this.onSelectChange,
required this.title,
this.selectedColor})
: super(key: key);