asPaddingTB property
EdgeInsets
get
asPaddingTB
Returns EdgeInsets of given size along the top, and bottom edges only
Implementation
EdgeInsets get asPaddingTB => EdgeInsets.only(bottom: this, top: this);