TF-1382 Fix Apps TAB should appear as clickable
This commit is contained in:
@@ -292,11 +292,15 @@ class MailboxDashBoardView extends BaseMailboxDashBoardView {
|
|||||||
behavior: HitTestBehavior.opaque,
|
behavior: HitTestBehavior.opaque,
|
||||||
onTap: () => appGridDashboardController.toggleAppGridDashboard()),
|
onTap: () => appGridDashboardController.toggleAppGridDashboard()),
|
||||||
child: PortalTarget(
|
child: PortalTarget(
|
||||||
child: InkWell(
|
child: buildIconWeb(
|
||||||
onTapDown: (tapDownDetails) => controller.showAppDashboardAction(),
|
onTap: controller.showAppDashboardAction,
|
||||||
child: buildIconWeb(
|
splashRadius: 20,
|
||||||
icon: SvgPicture.asset(imagePaths.icAppDashboard, width: 28, height: 28, fit: BoxFit.fill),
|
icon: SvgPicture.asset(
|
||||||
)
|
imagePaths.icAppDashboard,
|
||||||
|
width: 28,
|
||||||
|
height: 28,
|
||||||
|
fit: BoxFit.fill
|
||||||
|
),
|
||||||
),
|
),
|
||||||
anchor: const Aligned(
|
anchor: const Aligned(
|
||||||
follower: Alignment.topRight,
|
follower: Alignment.topRight,
|
||||||
|
|||||||
Reference in New Issue
Block a user