initState property
An optional callback that runs during the initialization phase of the stateful widget.
Implementation
final void Function(BuildContext context)? initState;
An optional callback that runs during the initialization phase of the stateful widget.
final void Function(BuildContext context)? initState;