Skip to content

Commit

Permalink
Improved Speed Dial
Browse files Browse the repository at this point in the history
  • Loading branch information
Clon1998 committed May 24, 2024
1 parent 30abf13 commit 3ed57d0
Showing 1 changed file with 2 additions and 2 deletions.
4 changes: 2 additions & 2 deletions lib/ui/screens/dashboard/customizable_dashboard_page.dart
Original file line number Diff line number Diff line change
Expand Up @@ -288,6 +288,8 @@ class _PrintingFAB extends ConsumerWidget {
return SpeedDial(
icon: FlutterIcons.options_vertical_sli,
activeIcon: Icons.close,
spacing: 5,
renderOverlay: false,
children: [
SpeedDialChild(
child: const Icon(Icons.cleaning_services),
Expand Down Expand Up @@ -338,8 +340,6 @@ class _PrintingFAB extends ConsumerWidget {
.show(BottomSheetConfig(type: ProSheetType.jobQueueMenu, isScrollControlled: true)),
),
],
spacing: 5,
overlayOpacity: 0,
);
}
}
Expand Down

0 comments on commit 3ed57d0

Please sign in to comment.