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