JetX<T extends JetLifeCycleMixin> constructor
const
JetX<T extends JetLifeCycleMixin> ({
- Key? key,
- String? tag,
- required JetXControllerBuilder<
T> builder, - bool global = true,
- bool autoRemove = true,
- void initState(
- JetXState<
T> state
- JetXState<
- bool assignId = false,
- void dispose(
- JetXState<
T> state
- JetXState<
- void didChangeDependencies(
- JetXState<
T> state
- JetXState<
- void didUpdateWidget(
- JetX<
JetLifeCycleMixin> oldWidget, - JetXState<
T> state
- JetX<
- T? init,
Implementation
const JetX({
super.key,
this.tag,
required this.builder,
this.global = true,
this.autoRemove = true,
this.initState,
this.assignId = false,
// this.stream,
this.dispose,
this.didChangeDependencies,
this.didUpdateWidget,
this.init,
// this.streamController
});