WithController<C> constructor
const
WithController<C> ({
- required ControllerCreator<
C> controller, - required WidgetControllerBuilder<
C> builder, - List<
ReactionCreator< reactions = const [],C> > - ControllerDisposer<
C> ? disposer, - Key? key,
Implementation
const WithController({
required this.controller,
required this.builder,
this.reactions = const [],
this.disposer,
Key? key,
}) : super(key: key);