simPad function

Implementation

EdgeInsetsGeometry simPad(double v, double h) {
  return EdgeInsets.symmetric(vertical: v.h, horizontal: h.h);
}