visitText method

void visitText(
  1. Text node
)

Implementation

void visitText(Text node) => visitNodeFallback(node);