CLMenuLayout constructor
const
CLMenuLayout({
- Key? key,
- required List<
ModularRoute> routes, - String? logoImagePath,
- String? logoImagePathMini,
- Widget logoBuilder(
- BuildContext context
Implementation
const CLMenuLayout({
super.key,
required this.routes,
this.logoImagePath,
this.logoImagePathMini,
this.logoBuilder,
this.menuExtraBuilder,
this.menuFooterBuilder,
});