GetX<T extends GetLifeCycleMixin> constructor
const
GetX<T extends GetLifeCycleMixin> ({})
Constructs a GetX widget.
The builder
argument is required and must not be null.
Implementation
const GetX({
required this.builder,
super.key,
this.tag,
this.global = true,
this.autoRemove = true,
this.initState,
this.assignId = false,
this.dispose,
this.didChangeDependencies,
this.didUpdateWidget,
this.init,
});