JuneBuilder<T extends JuneState> constructor
const
JuneBuilder<T extends JuneState> (
- T _creator(), {
- Key? key,
- T? init,
- bool global = true,
- required JuneStateBuilder<
T> builder, - bool autoRemove = true,
- bool assignId = false,
- void initState(
- BindElement<
T> state
- BindElement<
- Object filter(
- T value
- String? tag,
- void dispose(
- BindElement<
T> state
- BindElement<
- Object? id,
- void didChangeDependencies(
- BindElement<
T> state
- BindElement<
- void didUpdateWidget(
- Binder<
T> oldWidget, - BindElement<
T> state
- Binder<
Implementation
const JuneBuilder(
this._creator, {
Key? key,
this.init,
this.global = true,
required this.builder,
this.autoRemove = true,
this.assignId = false,
this.initState,
this.filter,
this.tag,
this.dispose,
this.id,
this.didChangeDependencies,
this.didUpdateWidget,
}) : super(key: key);