ControllerCreator<T> typedef
ControllerCreator<T> =
T Function(BuildContext context)
Implementation
typedef T ControllerCreator<T>(BuildContext context);
typedef T ControllerCreator<T>(BuildContext context);