asPaddingT property

EdgeInsets get asPaddingT

Returns EdgeInsets of given size along the top edge only

Implementation

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