EdgeInsets flipped

An EdgeInsets with top and bottom as well as left and right flipped.

Source

EdgeInsets get flipped => new EdgeInsets.fromLTRB(left, top, right, bottom);