mirror of
https://github.com/SyncrowIOT/web.git
synced 2025-11-27 05:34:56 +00:00
SP-1492-landing_page_analytics_button_design.
This commit is contained in:
@ -106,8 +106,9 @@ class _HomeWebPageState extends State<HomeWebPage> {
|
||||
),
|
||||
itemBuilder: (context, index) {
|
||||
return HomeCard(
|
||||
color: homeBloc.homeItems[index].color,
|
||||
index: index,
|
||||
active: homeBloc.homeItems[index].active!,
|
||||
active: true,
|
||||
name: homeBloc.homeItems[index].title!,
|
||||
img: homeBloc.homeItems[index].icon!,
|
||||
onTap: () => homeBloc.homeItems[index].onPress(context),
|
||||
|
||||
Reference in New Issue
Block a user