Skip to content

Commit

Permalink
some reordering
Browse files Browse the repository at this point in the history
  • Loading branch information
kranfix committed Mar 21, 2021
1 parent 0da005f commit 6ae5376
Showing 1 changed file with 2 additions and 2 deletions.
4 changes: 2 additions & 2 deletions lib/side_menu_animation.dart
Original file line number Diff line number Diff line change
Expand Up @@ -233,11 +233,11 @@ class _SideMenuAnimationState extends State<SideMenuAnimation>
Scaffold(
appBar: widget.appBarBuilder!(_animationReverse),
body: CircularApearing(
child: widget.views![_oldSelectedIndex],
enteringChild: widget.views![_selectedIndex],
animationController: _animationController,
dx: widget.position.isLeft ? 0.0 : constraints.maxWidth,
dy: (itemSize * _selectedIndex) + (itemSize / 2),
child: widget.views![_oldSelectedIndex],
enteringChild: widget.views![_selectedIndex],
),
),
AnimatedBuilder(
Expand Down

0 comments on commit 6ae5376

Please sign in to comment.