Bind<T> constructor
const
Bind<T> ({
- Key? key,
- required Widget? child,
- InitBuilder<
T> ? init, - bool global = true,
- 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 Bind({
super.key,
required this.child,
this.init,
this.global = true,
this.autoRemove = true,
this.assignId = false,
this.initState,
this.filter,
this.tag,
this.dispose,
this.id,
this.didChangeDependencies,
this.didUpdateWidget,
});