HomeCommonAppBar constructor

const HomeCommonAppBar({
  1. Key? key,
  2. required dynamic PageName,
  3. dynamic logoHideShow,
})

Implementation

const HomeCommonAppBar(
    {super.key, required this.PageName, this.logoHideShow});