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