macos版升级到flutter2.0

This commit is contained in:
toly
2021-03-27 16:38:32 +08:00
parent 049e31485a
commit 348565ccd0
123 changed files with 1595 additions and 669 deletions

View File

@@ -34,8 +34,7 @@ class NestedScrollViewDemo extends StatelessWidget {
(BuildContext context, bool innerBoxIsScrolled) {
return <Widget>[
SliverOverlapAbsorber(
handle: NestedScrollView.sliverOverlapAbsorberHandleFor(
context),
handle: NestedScrollView.sliverOverlapAbsorberHandleFor(context),
sliver: SliverAppBar(
title: const Text('旷古奇书'),
pinned: true,