Merge pull request #19 from TMarccci/master

Fixes
This commit is contained in:
Márton Kiss
2023-06-12 20:26:48 +02:00
committed by GitHub
7 changed files with 39 additions and 27 deletions

View File

@@ -280,7 +280,7 @@ class _GradeSubjectViewState extends State<GradeSubjectView> {
void gradeCalc(BuildContext context) {
// Scroll to the top of the page
_scrollController.animateTo(75,
_scrollController.animateTo(100,
duration: const Duration(milliseconds: 500), curve: Curves.ease);
calculatorProvider.clear();