TeleconsultationAppBar constructor

TeleconsultationAppBar({
  1. Key? key,
  2. required dynamic Title,
})

Implementation

TeleconsultationAppBar({
  super.key,
  required this.Title,
});