Enabled page transitions
This commit is contained in:
parent
5f9a1e7b5f
commit
bdb29029c9
@ -57,7 +57,7 @@ class _AppState extends State<App> {
|
|||||||
decoration: const NavBarDecoration(
|
decoration: const NavBarDecoration(
|
||||||
border: Border.symmetric(vertical: BorderSide.none, horizontal: BorderSide(color: Colors.grey, width: 1))
|
border: Border.symmetric(vertical: BorderSide.none, horizontal: BorderSide(color: Colors.grey, width: 1))
|
||||||
),
|
),
|
||||||
screenTransitionAnimation: const ScreenTransitionAnimation(animateTabTransition: false, curve: Curves.ease, duration: Duration(milliseconds: 200)),
|
screenTransitionAnimation: const ScreenTransitionAnimation(animateTabTransition: true, curve: Curves.ease, duration: Duration(milliseconds: 200)),
|
||||||
screens: const [
|
screens: const [
|
||||||
Breaker(breaker: BreakerArea.timetable, child: Timetable()),
|
Breaker(breaker: BreakerArea.timetable, child: Timetable()),
|
||||||
Breaker(breaker: BreakerArea.talk, child: ChatList()),
|
Breaker(breaker: BreakerArea.talk, child: ChatList()),
|
||||||
|
Loading…
x
Reference in New Issue
Block a user