vertPad property

EdgeInsets get vertPad

Creates EdgeInsets with vertical (top and bottom) sides equal to this value

Implementation

EdgeInsets get vertPad => EdgeInsets.symmetric(vertical: toDouble());