老孟导读:在 Flutter 1.17 发布大会上,Flutter 团队还发布了新的 Animations 软件包,该软件包提供了实现新的 Material motion 规范的预构建动画。...animation: animation,
transitionType: SharedAxisTransitionType.horizontal,
secondaryAnimation...: secondaryAnimation,
);
},
child: _child,
),
bottomNavigationBar: BottomNavigationBar...,
) {
return FadeThroughTransition(
animation: animation,
secondaryAnimation...: secondaryAnimation,
child: child,
);
},
child: pageList[pageIndex],