RouteScaffold constructor
const
RouteScaffold({})
Creates a new RouteScaffold instance.
Implementation
const RouteScaffold({
super.key,
required this.content,
this.appBar,
this.body,
this.useSafeArea = true,
});
Creates a new RouteScaffold instance.
const RouteScaffold({
super.key,
required this.content,
this.appBar,
this.body,
this.useSafeArea = true,
});