fixed things that were fucked up by pub upgrade

This commit is contained in:
Kima
2023-12-09 17:23:21 +01:00
parent 9f5e57eec6
commit 56500406e5
4 changed files with 38 additions and 25 deletions

View File

@@ -229,11 +229,9 @@ class _GradeSubjectViewState extends State<GradeSubjectView> {
.where((e) => e.type == GradeType.midYear)
.isNotEmpty,
child: ExpandableFab(
overlayStyle: ExpandableFabOverlayStyle(
color: Theme.of(context).colorScheme.secondary,
),
type: ExpandableFabType.up,
distance: 50,
childrenOffset: const Offset(-3.8, 0.0),
children: [
FloatingActionButton.small(
heroTag: "btn_ghost_grades",