autoFlipDirection property

bool autoFlipDirection
final

If set to true, in the case where the suggestions box has less than _SuggestionsBoxController.minOverlaySpace to grow in the desired direction, the direction axis will be temporarily flipped if there's more room available in the opposite direction.

Defaults to false

Implementation

final bool autoFlipDirection;