asPaddingL property
EdgeInsets
get
asPaddingL
Returns EdgeInsets of given size along the left edge only
Implementation
EdgeInsets get asPaddingL => EdgeInsets.only(left: this);
Returns EdgeInsets of given size along the left edge only
EdgeInsets get asPaddingL => EdgeInsets.only(left: this);