matchNode method
Checks the nodeProperties and adds itself to the layerContainer if there is something to draw.
Implementation
@override
void matchNode(LayerContainer layerContainer, NodeProperties nodeProperties) {
if (bitmapSrc == null) return;
layerContainer.addLabel(RenderInfoNode(nodeProperties, this));
}