AppLayout constructor
- {Key? key,
- required Widget page,
- AppLayoutType type = AppLayoutType.gray}
Implementation
const AppLayout({
super.key,
required this.page,
this.type = AppLayoutType.gray,
});
const AppLayout({
super.key,
required this.page,
this.type = AppLayoutType.gray,
});