asPaddingL property

EdgeInsets asPaddingL

Returns EdgeInsets of given size along the left edge only

Implementation

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