FCCDropdownGroup<T> constructor
const
FCCDropdownGroup<T> ({
- required String label,
- required List<
DropdownMenuItem< items,T> >
Implementation
const FCCDropdownGroup({
required this.label,
required this.items,
});