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