menu
smart_design_system package
documentation
dropdown/smart_dropdown.dart
SmartDropdownItem<T>
equals method
equals method
dark_mode
light_mode
equals
method
bool
equals
(
SmartDropdownItem
other
)
Implementation
bool equals(SmartDropdownItem other) => other.value == value;
smart_design_system package
documentation
dropdown/smart_dropdown
SmartDropdownItem<T>
equals method
SmartDropdownItem class