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