position property

PositionType position
final

The positioning mode for this element.

Determines whether the element uses normal flow (PositionType.relative) or is removed from flow (PositionType.none for absolute positioning).

Implementation

final PositionType position;