flipped property

  1. @override
EdgeInsetsDirectional flipped
override

An EdgeInsetsDirectional with top and bottom as well as start and end flipped.

Implementation

@override
EdgeInsetsDirectional get flipped => EdgeInsetsDirectional.fromSTEB(end, bottom, start, top);