isReady property

bool get isReady

Whether the skydome is initialized and ready to be drawn.

Implementation

bool get isReady => _program != null && _tex != null;