initState property
void Function()?
initState
final
Side effect to be called when the state is first initialized
Implementation
final void Function()? initState;
Side effect to be called when the state is first initialized
final void Function()? initState;