visitEmptyNode method
Visit a Node
that has no meaningful content.
Implementation
@override
Node visitEmptyNode(Node node, AffineMatrix data) => node;
Visit a Node
that has no meaningful content.
@override
Node visitEmptyNode(Node node, AffineMatrix data) => node;