DropdownCell constructor
const
DropdownCell({
- Key? key,
- required List<
DropDownData> items,
Implementation
const DropdownCell({
super.key,
required this.items,
});