|
|
|
@ -555,6 +555,7 @@ class _LandingPageState extends State<LandingPage> {
|
|
|
|
scrollDirection: Axis.horizontal,
|
|
|
|
scrollDirection: Axis.horizontal,
|
|
|
|
itemCount: LandingPageData.getLoggedInServiceCardsList.length,
|
|
|
|
itemCount: LandingPageData.getLoggedInServiceCardsList.length,
|
|
|
|
shrinkWrap: true,
|
|
|
|
shrinkWrap: true,
|
|
|
|
|
|
|
|
controller: _horizontalScrollController,
|
|
|
|
padding: EdgeInsets.only(left: 16.h, right: 16.h, top: 16.h, bottom: 12.h),
|
|
|
|
padding: EdgeInsets.only(left: 16.h, right: 16.h, top: 16.h, bottom: 12.h),
|
|
|
|
itemBuilder: (context, index) {
|
|
|
|
itemBuilder: (context, index) {
|
|
|
|
return AnimationConfiguration.staggeredList(
|
|
|
|
return AnimationConfiguration.staggeredList(
|
|
|
|
@ -608,6 +609,7 @@ class _LandingPageState extends State<LandingPage> {
|
|
|
|
scrollDirection: Axis.horizontal,
|
|
|
|
scrollDirection: Axis.horizontal,
|
|
|
|
itemCount: LandingPageData.getNotLoggedInServiceCardsList.length,
|
|
|
|
itemCount: LandingPageData.getNotLoggedInServiceCardsList.length,
|
|
|
|
shrinkWrap: true,
|
|
|
|
shrinkWrap: true,
|
|
|
|
|
|
|
|
controller: _horizontalScrollController,
|
|
|
|
padding: EdgeInsets.only(left: 16.h, right: 16.h, top: 16.h, bottom: 12.h),
|
|
|
|
padding: EdgeInsets.only(left: 16.h, right: 16.h, top: 16.h, bottom: 12.h),
|
|
|
|
// padding: EdgeInsets.zero,
|
|
|
|
// padding: EdgeInsets.zero,
|
|
|
|
itemBuilder: (context, index) {
|
|
|
|
itemBuilder: (context, index) {
|
|
|
|
|