symmetric static method
Returns EdgeInsets with symmetric horizontal and vertical
Implementation
static EdgeInsets symmetric({double? horizontal, double? vertical}) =>
.symmetric(horizontal: horizontal ?? 0.0, vertical: vertical ?? 0.0);
Returns EdgeInsets with symmetric horizontal and vertical
static EdgeInsets symmetric({double? horizontal, double? vertical}) =>
.symmetric(horizontal: horizontal ?? 0.0, vertical: vertical ?? 0.0);