initState property

void Function(BindElement<T> state)? initState
final

Callback function called when the widget is initialized.

Implementation

final void Function(BindElement<T> state)? initState;