nextController property Null safety
Receives requests that this controller does not respond to.
This value is set by link or linkFunction.
Implementation
Controller? get nextController => _nextController;
Receives requests that this controller does not respond to.
This value is set by link or linkFunction.
Controller? get nextController => _nextController;