Frame constructor
const
Frame({})
Implementation
const Frame({
super.key,
required this.beveled,
required this.appName,
required this.navItems,
required this.bottomNavItems,
required this.child,
this.hideBar,
this.routeTitle = true,
this.floatingItem
});