disableBackground method
Removes the renderer-managed background, if any.
Implementation
@override
void disableBackground() {
_backgroundTexture = null;
_onNeedsRender?.call();
}
Removes the renderer-managed background, if any.
@override
void disableBackground() {
_backgroundTexture = null;
_onNeedsRender?.call();
}