SafeDropdownItemContext constructor
const
SafeDropdownItemContext({})
Implementation
const SafeDropdownItemContext({
required this.item,
required this.index,
required this.isHighlighted,
required this.isSelected,
required this.child,
});