mirror of
https://github.com/dstark5/Openlib.git
synced 2025-08-06 15:18:54 +08:00
adjusted bottombar transitions
This commit is contained in:
@ -95,8 +95,8 @@ class _HomePageState extends ConsumerState<HomePage> {
|
|||||||
color: Theme.of(context).colorScheme.secondary,
|
color: Theme.of(context).colorScheme.secondary,
|
||||||
),
|
),
|
||||||
tabMargin: const EdgeInsets.fromLTRB(13, 6, 13, 2.5),
|
tabMargin: const EdgeInsets.fromLTRB(13, 6, 13, 2.5),
|
||||||
curve: Curves.easeInOut,
|
curve: Curves.easeIn,
|
||||||
duration: const Duration(milliseconds: 50),
|
duration: const Duration(milliseconds: 125),
|
||||||
gap: 5,
|
gap: 5,
|
||||||
color: const Color.fromARGB(255, 255, 255, 255),
|
color: const Color.fromARGB(255, 255, 255, 255),
|
||||||
activeColor: const Color.fromARGB(255, 255, 255, 255),
|
activeColor: const Color.fromARGB(255, 255, 255, 255),
|
||||||
|
Reference in New Issue
Block a user