flipped property

EdgeInsetsGeometry flipped

An EdgeInsetsGeometry with top and bottom, left and right, and start and end flipped.

Implementation

EdgeInsetsGeometry get flipped => _MixedEdgeInsets.fromLRSETB(_right, _left, _end, _start, _bottom, _top);