initState property
Callback function called when the widget is initialized.
Implementation
final void Function(GetXState<T> state)? initState;
Callback function called when the widget is initialized.
final void Function(GetXState<T> state)? initState;