Null
Function: Null( | width=0, height=0, **properties) |
A displayable that does not display anything. By setting the width and height properties of this displayable, it can be used to take up space.
Example
init: image day = Null() # Day could then be used by ShowingSwitch, for example.