HomeCommonAppBar constructor
const
HomeCommonAppBar({
- Key? key,
- required dynamic PageName,
- dynamic logoHideShow,
Implementation
const HomeCommonAppBar(
{super.key, required this.PageName, this.logoHideShow});