flipped property
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);
An EdgeInsetsDirectional with top and bottom as well as start and end flipped.
@override
EdgeInsetsDirectional get flipped => EdgeInsetsDirectional.fromSTEB(end, bottom, start, top);