SuggestionsBox class

Constructors

SuggestionsBox(BuildContext context, AxisDirection direction, bool autoFlipDirection, bool autoFlipListDirection)

Properties

autoFlipDirection bool
final
autoFlipListDirection bool
final
context BuildContext
final
desiredDirection AxisDirection
final
direction AxisDirection
getter/setter pair
directionUpOffset double
getter/setter pair
hashCode int
The hash code for this object.
no setterinherited
isOpened bool
getter/setter pair
maxHeight double
getter/setter pair
overlayEntry OverlayEntry?
getter/setter pair
runtimeType Type
A representation of the runtime type of the object.
no setterinherited
textBoxHeight double
getter/setter pair
textBoxWidth double
getter/setter pair
widgetMounted bool
getter/setter pair

Methods

close() → void
noSuchMethod(Invocation invocation) → dynamic
Invoked when a nonexistent method or property is accessed.
inherited
onChangeMetrics() Future<void>
open() → void
resize() → void
toggle() → void
toString() String
A string representation of this object.
inherited

Operators

operator ==(Object other) bool
The equality operator.
inherited

Constants

minOverlaySpace → const double
waitMetricsTimeoutMillis → const int