DateRangeFilterView constructor
const
DateRangeFilterView({})
Implementation
const DateRangeFilterView(
{Key? key,
required this.options,
required this.checked,
this.selectedColor,
required this.onValueChange,
this.title = ""})
: super(key: key);