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