const EdgeInsets.symmetric({int vertical = 0, int horizontal = 0}) : top = vertical, bottom = vertical, left = horizontal, right = horizontal;