onControllerCreated property

(void Function(LoaderController controller)?) onControllerCreated
final

Callback function which will be called right after the controller is created.

Implementation

final void Function(LoaderController controller)? onControllerCreated;