SelectProps<T> class

下拉选择字段配置

Constructors

SelectProps({required List<SelectData<T>> options, bool multiple = false, bool searchable = false, void onSingleChanged(dynamic, T, SelectData<T>)?, void onMultipleChanged(List, List<T>, List<SelectData<T>>)?})
const

Properties

hashCode int
The hash code for this object.
no setterinherited
multiple bool
final
onMultipleChanged → void Function(List, List<T>, List<SelectData<T>>)?
final
onSingleChanged → void Function(dynamic, T, SelectData<T>)?
final
options List<SelectData<T>>
final
runtimeType Type
A representation of the runtime type of the object.
no setterinherited
searchable bool
final

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