PacesDashboardLayout constructor
const
PacesDashboardLayout({})
Implementation
const PacesDashboardLayout({
Key? key,
required this.body,
required this.menuItems,
this.userName = "Real Software",
this.userRole = "Admin Head",
this.avatarUrl = "https://i.pravatar.cc/150?img=33",
}) : super(key: key);