asPaddingT property
EdgeInsets
get
asPaddingT
Returns EdgeInsets of given size along the top edge only
Implementation
EdgeInsets get asPaddingT => EdgeInsets.only(top: this);
Returns EdgeInsets of given size along the top edge only
EdgeInsets get asPaddingT => EdgeInsets.only(top: this);