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