position property

PositionType? get position

The positioning type for this flex item.

Determines how this item participates in the layout:

  • PositionType.none - Item is positioned absolutely (removed from flex flow)
  • PositionType.relative - Item participates in normal flex layout (default)
  • null - Uses default flex layout behavior

Implementation

PositionType? get position;