bottomPad property

EdgeInsets get bottomPad

Creates EdgeInsets with only bottom padding

Implementation

EdgeInsets get bottomPad => EdgeInsets.only(bottom: toDouble());