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