GBind<T> constructor
const
GBind<T> ({
- Key? key,
- required Widget? child,
- InitBuilder<
T> ? init, - bool global = true,
- bool autoRemove = true,
- bool assignId = false,
- ValueChanged<
GBindElement< ? initState,T> > - Object filter(
- T value
- String? tag,
- ValueChanged<
GBindElement< ? dispose,T> > - Object? id,
- ValueChanged<
GBindElement< ? didChangeDependencies,T> > - DidUpdateWidgetCallback<
T> ? didUpdateWidget,
Implementation
const GBind({
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,
});