StackRouterScaffold constructor
const
StackRouterScaffold({})
Implementation
const StackRouterScaffold({
required this.child,
this.appBar,
this.color,
this.height,
this.width,
this.alignment,
this.extendBodyBehindAppBar = false,
key,
}) : super(key: key);