Skip to content

Commit

Permalink
fixes issue #3
Browse files Browse the repository at this point in the history
  • Loading branch information
Danushka committed Jan 24, 2021
1 parent cee4f10 commit 626e84b
Showing 1 changed file with 1 addition and 1 deletion.
2 changes: 1 addition & 1 deletion lib/src/on_boarding_me.dart
Expand Up @@ -135,7 +135,7 @@ class _OnboardingMeState extends State<OnboardingMe> {
/// Setting current page for page indicator
setState(() {
currentPage = page;
});
},);
},

/// Screen Data
Expand Down

0 comments on commit 626e84b

Please sign in to comment.