GBuilder<T extends GSController> constructor
const
GBuilder<T extends GSController> ({
- Key? key,
- T? init,
- bool global = true,
- required GControllerBuilder<
T> builder, - bool autoRemove = true,
- bool assignId = false,
- void initState(
- GBindElement<
T> state
- GBindElement<
- Object filter(
- T value
- String? tag,
- void dispose(
- GBindElement<
T> state
- GBindElement<
- Object? id,
- void didChangeDependencies(
- GBindElement<
T> state
- GBindElement<
- DidUpdateWidgetCallback<
T> ? didUpdateWidget,
Implementation
const GBuilder({
super.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,
});