createState method

  1. @override
State<DoctorView> createState()

Creates the mutable state for this component.

Implementation

@override
State<DoctorView> createState() => _DoctorViewState();