TSelectMixin<T, V> mixin
- Superclass constraints
- Mixin applications
Properties
- controller → TPaginationController?
-
no setterinherited
- disabled → bool
-
no setterinherited
- filterable → bool
-
no setter
-
no setter
- hashCode → int
-
The hash code for this object.
no setterinherited
- helperText → String?
-
no setterinherited
- isRequired → bool
-
no setterinherited
-
itemChildren
→ ItemChildrenAccessor<
T> ? -
no setter
-
itemKey
→ ItemKeyAccessor<
T> ? -
no setter
-
items
→ List<
T> ? -
no setterinherited
- itemsPerPage → int
-
no setterinherited
-
itemsPerPageOptions
→ List<
int> -
no setterinherited
-
itemText
→ ItemTextAccessor<
T> ? -
no setter
- itemToString → String Function(T)?
-
no setterinherited
-
itemValue
→ ItemValueAccessor<
T, V> ? -
no setter
- label → String?
-
no setterinherited
- loading → bool
-
no setterinherited
- multiLevel → bool
-
no setter
- onHide → VoidCallback?
-
no setterinherited
-
onLoad
→ TLoadListener<
T> ? -
no setterinherited
- onShow → VoidCallback?
-
no setterinherited
- onTap → VoidCallback?
-
no setterinherited
- runtimeType → Type
-
A representation of the runtime type of the object.
no setterinherited
- search → String?
-
no setterinherited
- searchDelay → int
-
no setterinherited
-
searchNotifier
→ ValueNotifier<
String> ? -
no setterinherited
- selectedIcon → IconData?
-
no setter
- tag → String?
-
no setterinherited
- theme → TInputFieldTheme?
-
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