controlNode method

Node? controlNode(
  1. String id
)

Implementation

Node? controlNode(String id) => _controls[id]?.mesh;