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