The item is removed from flex flow and positioned relative to the flex container using top, left, right, and bottom. Mirrors CSS position: absolute.
position: absolute
Distance in pixels from the container's bottom edge; null = unset.
null
Distance in pixels from the container's left edge; null = unset.
Distance in pixels from the container's right edge; null = unset.
Distance in pixels from the container's top edge; null = unset.