MedicineAppBar constructor
MedicineAppBar({
- Key? key,
- required dynamic onBack,
- dynamic title,
- dynamic cartHideShow,
Implementation
MedicineAppBar({
super.key,
required this.onBack,
this.title,
this.cartHideShow,
});