EdgeInsetsGeometry.symmetric constructor
Creates EdgeInsets with symmetrical vertical and horizontal offsets.
Implementation
const factory EdgeInsetsGeometry.symmetric({double vertical, double horizontal}) =
EdgeInsets.symmetric;
Creates EdgeInsets with symmetrical vertical and horizontal offsets.
const factory EdgeInsetsGeometry.symmetric({double vertical, double horizontal}) =
EdgeInsets.symmetric;