findContainerAndAddOneself method

void findContainerAndAddOneself()

Implementation

void findContainerAndAddOneself() {
  _container = context.findAncestorStateOfType<ArrowContainerState>()
    ?..addArrow(this);
}