visitEmptyNode method

  1. @override
Node visitEmptyNode(
  1. Node node,
  2. AffineMatrix data
)

Visit a Node that has no meaningful content.

Implementation

@override
Node visitEmptyNode(Node node, AffineMatrix data) => node;