mirror of
https://github.com/Myzel394/quid_faciam_hodie.git
synced 2025-06-19 15:45: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],
|
memories: timeline.values.toList()[index],
|
||||||
onNextTimeline: () {
|
onNextTimeline: () {
|
||||||
pageController.nextPage(
|
pageController.nextPage(
|
||||||
duration: Duration(milliseconds: 500), curve: Curves.ease);
|
duration: const Duration(milliseconds: 500),
|
||||||
|
curve: Curves.ease,
|
||||||
|
);
|
||||||
},
|
},
|
||||||
onPreviousTimeline: () {
|
onPreviousTimeline: () {
|
||||||
pageController.previousPage(
|
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