update as_scaffold with original scaffold key

null_safety
小赖 4 years ago
parent 1321131ec0
commit 4adb66e863

@ -66,6 +66,7 @@ class _ASScaffoldState extends State<ASScaffold> {
@override @override
Widget build(BuildContext context) { Widget build(BuildContext context) {
return Scaffold( return Scaffold(
key: widget.key,
endDrawer: widget.endDrawer, endDrawer: widget.endDrawer,
backgroundColor: widget.backgroundColor, backgroundColor: widget.backgroundColor,
bottomNavigationBar: widget.bottomNavigationBar, bottomNavigationBar: widget.bottomNavigationBar,

Loading…
Cancel
Save