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