overlayDirection property

DropdownOverlayDirection overlayDirection
final

The side the overlay opens towards.

Defaults to DropdownOverlayDirection.auto (open below if there is room, otherwise above). Use below/above to force a direction.

Implementation

final DropdownOverlayDirection overlayDirection;