diff --git a/lib/widgets/shared/progress_floating_button.dart b/lib/widgets/shared/progress_floating_button.dart index 77df98a..306a09c 100644 --- a/lib/widgets/shared/progress_floating_button.dart +++ b/lib/widgets/shared/progress_floating_button.dart @@ -158,7 +158,7 @@ class _ProgressFloatingButtonState extends ConsumerState } : null, child: FloatingActionButton( - heroTag: "Progress_Floating_Button", + heroTag: null, onPressed: isActive ? timer.cancel : timer.play, child: Stack( fit: StackFit.expand,