bottom property

EdgeInsetsGeometry get bottom

Adds bottom padding to existing EdgeInsetsGeometry (chainable)

Implementation

EdgeInsetsGeometry get bottom {
  return EdgeInsets.only(bottom: 0).add(this);
}