shouldPaintText property
Whether the engine should paint a text layer.
Implementation
bool get shouldPaintText => showMessage && effectiveMessage.isNotEmpty;
Whether the engine should paint a text layer.
bool get shouldPaintText => showMessage && effectiveMessage.isNotEmpty;