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