Skip to content
Snippets Groups Projects
Commit 129ad4e7 authored by vjrj's avatar vjrj
Browse files

Show multi-card more than in development

parent a298c6cc
No related branches found
No related tags found
No related merge requests found
......@@ -50,13 +50,12 @@ class CardDrawer extends StatelessWidget {
],
),
),
if (inDevelopment)
SizedBox(
height: (cards.length * 70) + 50,
child: const Center(
child: CardStack(),
),
SizedBox(
height: (cards.length * 70) + 50,
child: const Center(
child: CardStack(),
),
),
if (inDevelopment)
ListTile(
leading: const Icon(Icons.build),
......
0% Loading or .
You are about to add 0 people to the discussion. Proceed with caution.
Finish editing this message first!
Please register or to comment