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 → String?
-
no setter
- placeholderWidget → Widget?
-
no setter
- popoverAlignment → AlignmentGeometry
-
no setter
- popoverAnchorAlignment → AlignmentGeometry?
-
no setter
- popup → SelectPopupBuilder
-
no setter
- popupConstraints → BoxConstraints?
-
no setter
- popupWidthConstraint → PopoverConstraint
-
no setter
- runtimeType → Type
-
A representation of the runtime type of the object.
no setterinherited
-
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