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