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());
Creates EdgeInsets with vertical (top and bottom) sides equal to this value
EdgeInsets get vertPad => EdgeInsets.symmetric(vertical: toDouble());