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