showWidget property

bool showWidget
getter/setter pair

Whether in this frame we should call createWidget and render it.

If false, then this frame will clear the screen.

Implementation

bool showWidget = true;