DropdownItem<T> constructor
const
DropdownItem<T> ({
- required T value,
- required Widget child,
- required DropdownItemStyle style,
- void onTap()?,
- Key? key,
Implementation
const DropdownItem(
{required this.value,
required this.child,
required this.style,
this.onTap,
super.key});