diff --git a/lib/src/features/general/presentation/widgets/dark_mode_switch.dart b/lib/src/features/general/presentation/widgets/dark_mode_switch.dart index fbfe723..8a768a0 100644 --- a/lib/src/features/general/presentation/widgets/dark_mode_switch.dart +++ b/lib/src/features/general/presentation/widgets/dark_mode_switch.dart @@ -17,6 +17,7 @@ class DarkModeSwitch extends ConsumerWidget { spacing: 8, height: 36, indicatorSize: const Size.square(32), + animationCurve: Curves.decelerate, style: ToggleStyle( backgroundColor: Theme.of(context).colorScheme.primary, borderColor: Colors.transparent,