onInit property
void Function(T first, A arg)?
onInit
final
Runs on the state's initialization.
Implementation
final void Function(T first, A arg)? onInit;
Runs on the state's initialization.
final void Function(T first, A arg)? onInit;