AdaptiveScaffold constructor
const
AdaptiveScaffold({})
Implementation
const AdaptiveScaffold({
Key? key,
required this.child,
this.resizeToAvoidBottomInset,
this.cupertinoNavigationBar,
this.backgroundColor,
this.specialScaffold,
}) : super(key: key);