An EdgeInsets with top and bottom as well as left and right flipped.
Source
EdgeInsets get flipped => new EdgeInsets.fromLTRB(left, top, right, bottom);
An EdgeInsets with top and bottom as well as left and right flipped.
EdgeInsets get flipped => new EdgeInsets.fromLTRB(left, top, right, bottom);