whitespace

.whitespace width:{Size? = null} height:{Size? = null} -> Node

An empty rectangle that adds whitespace to the layout.

If at least one of the dimensions is set, the rectangle will have a fixed size. If both dimensions are unset, a blank character ( ) is used, which can be useful for spacing and adding line breaks.

Return

the new Whitespace node

Parameters

width

width of the square. If unset, it defaults to zero

height

height of the square. If unset, it defaults to zero