CanvasNestTransition constructor

CanvasNestTransition(
  1. dynamic controller,
  2. CanvasNestConfig nestConfig,
  3. List<NodeInfo> nodeInfoList,
  4. ScreenSize screenSize,
)

Implementation

CanvasNestTransition(
    controller, this.nestConfig, this.nodeInfoList, this.screenSize)
    : _controller = controller,
      super(listenable: controller);