asPaddingTB property

EdgeInsets asPaddingTB

Returns EdgeInsets of given size along the top, and bottom edges only

Implementation

EdgeInsets get asPaddingTB => EdgeInsets.only(bottom: this, top: this);