TSelectMixin<T, V> mixin

Superclass constraints
Mixin applications

Properties

boxDecoration BoxDecoration?
no setterinherited
color Color?
no setterinherited
controller TPaginationController?
no setterinherited
disabled bool
no setterinherited
fieldHeight double
no setterinherited
fieldPadding EdgeInsets
no setterinherited
filterable bool
no setter
fontSize double
no setterinherited
footerMessage String?
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
message String?
no setterinherited
multiLevel bool
no setter
onHide VoidCallback?
no setterinherited
onLoad TLoadListener<T>?
no setterinherited
onShow VoidCallback?
no setterinherited
onTap VoidCallback?
no setterinherited
placeholder String?
no setterinherited
postWidget Widget?
no setterinherited
preWidget Widget?
no setterinherited
runtimeType Type
A representation of the runtime type of the object.
no setterinherited
no setterinherited
searchDelay int
no setterinherited
searchNotifier ValueNotifier<String>?
no setterinherited
selectedIcon IconData?
no setter
size TInputSize?
no setterinherited
tag String?
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