flipped property
override
An EdgeInsets with top and bottom as well as left and right flipped.
Implementation
@override
EdgeInsets get flipped => EdgeInsets.fromLTRB(right, bottom, left, top);
An EdgeInsets with top and bottom as well as left and right flipped.
@override
EdgeInsets get flipped => EdgeInsets.fromLTRB(right, bottom, left, top);