forked from firka/student-legacy
Ghost Grade title overflow fix
This commit is contained in:
parent
a88ccfa3fc
commit
3857896d6c
@ -280,7 +280,7 @@ class _GradeSubjectViewState extends State<GradeSubjectView> {
|
|||||||
|
|
||||||
void gradeCalc(BuildContext context) {
|
void gradeCalc(BuildContext context) {
|
||||||
// Scroll to the top of the page
|
// Scroll to the top of the page
|
||||||
_scrollController.animateTo(75,
|
_scrollController.animateTo(100,
|
||||||
duration: const Duration(milliseconds: 500), curve: Curves.ease);
|
duration: const Duration(milliseconds: 500), curve: Curves.ease);
|
||||||
|
|
||||||
calculatorProvider.clear();
|
calculatorProvider.clear();
|
||||||
|
Loading…
x
Reference in New Issue
Block a user