position property
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;
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).
final PositionType position;