AnnotationController<T> constructor

AnnotationController<T>(
  1. NodeFlowController<T> _parentController
)

Implementation

AnnotationController(this._parentController) {
  _setupAnnotationReactions();
}