Improve tap are for view all

Signed-off-by: Neeraj Gupta <254676+ua741@users.noreply.github.com>
This commit is contained in:
Neeraj Gupta 2023-07-04 11:11:41 +05:30
parent accf4e5533
commit 1284e50c4f

View file

@ -199,6 +199,9 @@ class _UserCollectionsTabState extends State<UserCollectionsTab>
), ),
); );
}, },
child: Container(
// The container is needed to make the whole row clickable
color: Colors.transparent,
child: SectionOptions( child: SectionOptions(
SectionTitle( SectionTitle(
title: S.of(context).viewAll, title: S.of(context).viewAll,
@ -209,6 +212,7 @@ class _UserCollectionsTabState extends State<UserCollectionsTab>
iconButtonType: IconButtonType.secondary, iconButtonType: IconButtonType.secondary,
), ),
), ),
),
) )
: const SizedBox.shrink(), : const SizedBox.shrink(),
const Divider(), const Divider(),