Creates insets with symmetrical vertical and horizontal offsets.
Source
const EdgeInsets.symmetric({ double vertical: 0.0, double horizontal: 0.0 }) : left = horizontal, top = vertical, right = horizontal, bottom = vertical;
Creates insets with symmetrical vertical and horizontal offsets.
const EdgeInsets.symmetric({ double vertical: 0.0, double horizontal: 0.0 }) : left = horizontal, top = vertical, right = horizontal, bottom = vertical;