adjusted bottombar transitions

This commit is contained in:
dstark5
2023-08-24 23:17:02 -07:00
parent 27061a1922
commit 6b31a63e86

View File

@ -95,8 +95,8 @@ class _HomePageState extends ConsumerState<HomePage> {
color: Theme.of(context).colorScheme.secondary,
),
tabMargin: const EdgeInsets.fromLTRB(13, 6, 13, 2.5),
curve: Curves.easeInOut,
duration: const Duration(milliseconds: 50),
curve: Curves.easeIn,
duration: const Duration(milliseconds: 125),
gap: 5,
color: const Color.fromARGB(255, 255, 255, 255),
activeColor: const Color.fromARGB(255, 255, 255, 255),