updated to embedded payments
This commit is contained in:
@@ -346,7 +346,7 @@ class _HomeScreenState extends State<HomeScreen>
|
||||
Tween<Offset>(begin: Offset(0, -0.20), end: Offset.zero).animate(
|
||||
CurvedAnimation(
|
||||
parent: _controller,
|
||||
curve: Interval(0.40 * index.toDouble(), 1.0, curve: Curves.easeIn),
|
||||
curve: Interval(0.3 * index.toDouble(), 1.0, curve: Curves.easeIn),
|
||||
),
|
||||
);
|
||||
return Row(
|
||||
@@ -601,7 +601,7 @@ class _HomeScreenState extends State<HomeScreen>
|
||||
Tween<Offset>(begin: Offset(0, -0.20), end: Offset.zero).animate(
|
||||
CurvedAnimation(
|
||||
parent: _controller,
|
||||
curve: Interval(0.40 * index.toDouble(), 1.0, curve: Curves.easeIn),
|
||||
curve: Interval(0.30 * index.toDouble(), 1.0, curve: Curves.easeIn),
|
||||
),
|
||||
);
|
||||
return Column(
|
||||
|
||||
Reference in New Issue
Block a user