This is a helper to creates a box edge with the same left, top right, and bottom widths.
const BoxEdge.uniform(num size) : top = size, left = size, bottom = size, right = size;