asPaddingT property

EdgeInsets asPaddingT

Returns EdgeInsets of given size along the top edge only

Implementation

EdgeInsets get asPaddingT => EdgeInsets.only(top: this);