ScreenWrap constructor
const
ScreenWrap({
- required WidgetBuilder child,
- String? title,
- bool showBack = false,
- bool requiresAuthentication = false,
- List<
String> requiredRoles = const [], - FloatingActionButton? floatingActionButton,
- Key? key,
Implementation
const ScreenWrap(
{required this.child,
this.title,
this.showBack = false,
this.requiresAuthentication = false,
this.requiredRoles = const [],
this.floatingActionButton,
this.menuType = MenuType.navigationRail,
super.key});