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