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