sym static method

dynamic sym({
  1. double v = 0,
  2. double h = 0,
})

Implementation

static sym({double v = 0, double h = 0}) =>
    EdgeInsets.symmetric(vertical: v, horizontal: h);