SelectBase<T> mixin

Mixin applications

Properties

autoClosePopover bool?
no setter
borderRadius BorderRadiusGeometry?
no setter
canUnselect bool
no setter
constraints BoxConstraints?
no setter
disableHoverEffect bool
no setter
filled bool
no setter
focusNode FocusNode?
no setter
hashCode int
The hash code for this object.
no setterinherited
itemBuilder SelectValueBuilder<T>
no setter
onChanged ValueChanged<T?>?
no setter
padding EdgeInsetsGeometry?
no setter
placeholder Widget?
no setter
popoverAlignment AlignmentGeometry
no setter
popoverAnchorAlignment AlignmentGeometry?
no setter
no setter
popupConstraints BoxConstraints?
no setter
popupWidthConstraint PopoverConstraint
no setter
runtimeType Type
A representation of the runtime type of the object.
no setterinherited
showValuePredicate Predicate<T>?
no setter
valueSelectionHandler SelectValueSelectionHandler<T>?
no setter
valueSelectionPredicate SelectValueSelectionPredicate<T>?
no setter

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