bottomPadding method

EdgeInsets bottomPadding()

Implementation

EdgeInsets bottomPadding() {
  return EdgeInsets.only(bottom: toDouble());
}