flipped property Null safety

EdgeInsets flipped
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);