TeleconsultationAppBar constructor
TeleconsultationAppBar({
- Key? key,
- required dynamic Title,
Implementation
TeleconsultationAppBar({
super.key,
required this.Title,
});
TeleconsultationAppBar({
super.key,
required this.Title,
});