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