mirror of
https://github.com/git-touch/git-touch
synced 2024-12-15 09:56:15 +01:00
parent
0df64fbc4f
commit
34e6af2dab
@ -22,6 +22,11 @@ class MyApp extends StatelessWidget {
|
||||
theme.brightness == Brightness.dark ? null : Colors.white,
|
||||
accentColor: theme.palette.primary,
|
||||
scaffoldBackgroundColor: theme.palette.background,
|
||||
pageTransitionsTheme: PageTransitionsTheme(
|
||||
builders: {
|
||||
TargetPlatform.android: ZoomPageTransitionsBuilder(),
|
||||
},
|
||||
),
|
||||
),
|
||||
home: Home(),
|
||||
);
|
||||
|
Loading…
Reference in New Issue
Block a user