flipped property

  1. @override
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);