createState method
Creates the mutable state for this component.
Implementation
@override
State<NitrogenInitApp> createState() => _NitrogenInitAppState();
Creates the mutable state for this component.
@override
State<NitrogenInitApp> createState() => _NitrogenInitAppState();