bindController method

BindController<T>? bindController()

Binds a controller instance to this widget.

Override this method in the subclass to provide an instance of the controller associated with this widget. Return the instance of the controller that corresponds to the specified type T.

Implementation

BindController<T>? bindController() => null;