asPaddingB property

EdgeInsets asPaddingB

Returns EdgeInsets of given size along the bottom edge only

Implementation

EdgeInsets get asPaddingB => EdgeInsets.only(bottom: this);