top property

Adds top padding to existing EdgeInsetsGeometry (chainable)

Implementation

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