Skip to content

Commit

Permalink
removing unnecessary line
Browse files Browse the repository at this point in the history
  • Loading branch information
kranfix committed Mar 15, 2021
1 parent 810fac1 commit f117e6f
Showing 1 changed file with 1 addition and 2 deletions.
3 changes: 1 addition & 2 deletions lib/side_menu_animation.dart
Original file line number Diff line number Diff line change
Expand Up @@ -346,15 +346,14 @@ class _MainSideMenuClipper extends CustomClipper<Path> {

@override
Path getClip(Size size) {
final path = Path()
return Path()
..addOval(
Rect.fromCenter(
center: Offset(dx!, dy!),
width: size.width * percent!,
height: size.height * percent!,
),
);
return path;
}

@override
Expand Down

0 comments on commit f117e6f

Please sign in to comment.