autoFlipDirection property

bool autoFlipDirection
final

Whether the suggestions box should automatically flip direction if there's not enough space in the desired direction, but there is enough space in the opposite direction.

Defaults to false.

See also:

  • autoFlipListDirection, which controls whether the suggestions list should be reversed if the suggestions box is flipped.
  • autoFlipMinHeight, which controls the minimum height the suggesttions box can have before attempting to flip.

Implementation

final bool autoFlipDirection;