TopMenu constructor
TopMenu({ - Key? key,
- required Widget pageContent,
- void onNotificationClicked()?,
- ScrollController? scrollController,
- bool? topSpace,
- Color? backgroundColor,
- bool isScrollable = true,
- bool bottomDivider = false,
- required RxBool showTopMenuShadow,
})
Implementation
TopMenu(
{super.key,
required this.pageContent,
this.onNotificationClicked,
this.scrollController,
this.topSpace,
this.backgroundColor,
this.isScrollable = true,
this.bottomDivider = false,
required this.showTopMenuShadow,
});