bottomPad property
EdgeInsets
get
bottomPad
Creates EdgeInsets with only bottom padding
Implementation
EdgeInsets get bottomPad => EdgeInsets.only(bottom: toDouble());
Creates EdgeInsets with only bottom padding
EdgeInsets get bottomPad => EdgeInsets.only(bottom: toDouble());