diff --git a/lib/services/theme.dart b/lib/services/theme.dart index c241bcf4..ec4a4915 100644 --- a/lib/services/theme.dart +++ b/lib/services/theme.dart @@ -345,6 +345,12 @@ class MaterialTheme { textTheme: textTheme.apply(bodyColor: colorScheme.onSurface, displayColor: colorScheme.onSurface), scaffoldBackgroundColor: colorScheme.surface, canvasColor: colorScheme.surface, + pageTransitionsTheme: PageTransitionsTheme( + builders: Map.fromIterable( + TargetPlatform.values, + value: (_) => const FadeForwardsPageTransitionsBuilder(), + ), + ), ); List get extendedColors => [];