AtomicDropdownHelper class

Constructors

AtomicDropdownHelper.new()

Properties

hashCode int
The hash code for this object.
no setterinherited
runtimeType Type
A representation of the runtime type of the object.
no setterinherited

Methods

noSuchMethod(Invocation invocation) → dynamic
Invoked when a nonexistent method or property is accessed.
inherited
toString() String
A string representation of this object.
inherited

Operators

operator ==(Object other) bool
The equality operator.
inherited

Static Methods

searchable<T>({required List<AtomicDropdownItem<T>> items, required ValueChanged<T?> onChanged, T? value, String? label, String? hint, String filterHint = 'Search...'}) AtomicDropdown<T>
simple({required List<String> options, required ValueChanged<String?> onChanged, String? value, String? label, String? hint, String? helperText, String? errorText, bool enabled = true}) AtomicDropdown<String>
withIcons<T>({required List<AtomicDropdownItem<T>> items, required ValueChanged<T?> onChanged, T? value, String? label, String? hint}) AtomicDropdown<T>