mirror of
https://github.com/Myzel394/quid_faciam_hodie.git
synced 2025-06-19 07:35:26 +02:00
small improvements
This commit is contained in:
parent
7558d1b86b
commit
83f3ac8674
@ -76,11 +76,15 @@ class _TimelineScrollState extends State<TimelineScroll> with Loadable {
|
||||
memories: timeline.values.toList()[index],
|
||||
onNextTimeline: () {
|
||||
pageController.nextPage(
|
||||
duration: Duration(milliseconds: 500), curve: Curves.ease);
|
||||
duration: const Duration(milliseconds: 500),
|
||||
curve: Curves.ease,
|
||||
);
|
||||
},
|
||||
onPreviousTimeline: () {
|
||||
pageController.previousPage(
|
||||
duration: Duration(milliseconds: 500), curve: Curves.ease);
|
||||
duration: const Duration(milliseconds: 500),
|
||||
curve: Curves.ease,
|
||||
);
|
||||
},
|
||||
),
|
||||
),
|
||||
|
Loading…
x
Reference in New Issue
Block a user