CommonDignobackAppBar constructor
const
CommonDignobackAppBar({
- Key? key,
- required dynamic LableName,
- required dynamic searchhide,
- dynamic cartHideShow,
Implementation
const CommonDignobackAppBar(
{super.key,
required this.LableName,
required this.BackNav,
required this.searchhide,
this.cartHideShow});