SelectOptionConfig<K, V> class
- Available extensions
Constructors
-
SelectOptionConfig.new({Widget? prefixIcon, IKeyedOptionsHandler<
K, V> ? handler, TypeaheadHandler<K, V> ? viewHandler, Predicate? resultFilter, bool isDisabled = false, bool? isRequired}) -
const
Properties
-
handler
→ IKeyedOptionsHandler<
K, V> ? -
final
- hashCode → int
-
The hash code for this object.
no setterinherited
- isDisabled → bool
-
final
- isEnabled → bool
-
Available on MetaFieldConfig, provided by the MetaFieldConfigExtensions extension
no setter - isRequired → bool?
-
final
- prefixIcon → Widget?
-
final
- resultFilter → Predicate?
-
Provides a baseline filter on any results.
final
- runtimeType → Type
-
A representation of the runtime type of the object.
no setterinherited
-
viewHandler
→ TypeaheadHandler<
K, V> ? -
final
Methods
-
copyWith(
{bool? isDisabled, bool? isRequired, Predicate? resultFilter, Widget? prefixIcon, IKeyedOptionsHandler< K, V> ? handler, TypeaheadHandler<K, V> ? viewHandler}) → SelectOptionConfig<K, V> -
merge(
MetaFieldConfig other) → MetaFieldConfig -
Merges these overrides with another
override
-
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