Screen constructor
Screen({})
Implementation
Screen({
required this.name,
required this.builder,
this.children = const [],
this.subPath = '',
this.noRootScaffold = false,
});
Screen({
required this.name,
required this.builder,
this.children = const [],
this.subPath = '',
this.noRootScaffold = false,
});