asPaddingL property

EdgeInsets get asPaddingL

Returns EdgeInsets of given size along the left edge only

Implementation

EdgeInsets get asPaddingL => EdgeInsets.only(left: this);