asPaddingLBR property

EdgeInsets 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);