refactor: Same animations everywhere in app

This commit is contained in:
Krille 2023-01-07 09:22:31 +01:00
commit 4376070733
20 changed files with 60 additions and 37 deletions

View file

@ -31,7 +31,8 @@ class SideViewLayout extends StatelessWidget {
color: Theme.of(context).dividerColor,
),
AnimatedContainer(
duration: const Duration(milliseconds: 300),
duration: FluffyThemes.animationDuration,
curve: FluffyThemes.animationCurve,
clipBehavior: Clip.antiAlias,
decoration: const BoxDecoration(),
width: hideSideView ? 0 : 360.0,