asPaddingLR property

EdgeInsets asPaddingLR

Returns EdgeInsets of given size along the left, and right edges only

Implementation

EdgeInsets get asPaddingLR => EdgeInsets.symmetric(horizontal: this);