symmetric static method

EdgeInsets symmetric({
  1. double horizontal = 0,
  2. double vertical = 0,
})

Implementation

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