add ontap for instances
This commit is contained in:
parent
0ef538b7c7
commit
976f27680a
|
@ -76,6 +76,7 @@ class HomeTab extends HookWidget {
|
||||||
color:
|
color:
|
||||||
theme.textTheme.bodyText1.color.withOpacity(0.7)),
|
theme.textTheme.bodyText1.color.withOpacity(0.7)),
|
||||||
),
|
),
|
||||||
|
onTap: () => goToInstance(context, instance),
|
||||||
dense: true,
|
dense: true,
|
||||||
contentPadding: EdgeInsets.zero,
|
contentPadding: EdgeInsets.zero,
|
||||||
visualDensity:
|
visualDensity:
|
||||||
|
|
Loading…
Reference in New Issue