asPaddingLR property
EdgeInsets
get
asPaddingLR
Returns EdgeInsets of given size along the left, and right edges only
Implementation
EdgeInsets get asPaddingLR => EdgeInsets.symmetric(horizontal: this);