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