AutoPlacementOptions

Properties

Link copied to clipboard
abstract val alignment: Alignment?

Choose placements with a particular alignment.

Link copied to clipboard

Which placements are allowed to be chosen. Placements must be within the alignment option if explicitly set.

Link copied to clipboard
abstract val altBoundary: Boolean?

Whether to check for overflow using the alternate element's boundary (clippingAncestors boundary only).

Link copied to clipboard
abstract val autoAlignment: Boolean?

Whether to choose placements with the opposite alignment if the preferred alignment does not fit.

Link copied to clipboard
abstract val boundary: Boundary?

The clipping element(s) or area in which overflow will be checked.

Link copied to clipboard
abstract val crossAxis: Boolean?

The axis that runs along the alignment of the floating element. Determines whether to check for most space along this axis.

Link copied to clipboard

The element in which overflow is being checked relative to a boundary.

Link copied to clipboard
abstract val padding: Padding?

Virtual padding for the resolved overflow detection offsets.

Link copied to clipboard
abstract val rootBoundary: RootBoundary?

The root clipping area in which overflow will be checked.