isVisible method
return values: false - the node must not be visible true - the node must be visible null - the node has the same visibility as its parent
Implementation
bool isVisible() => nodeVisible;
return values: false - the node must not be visible true - the node must be visible null - the node has the same visibility as its parent
bool isVisible() => nodeVisible;