From 335a04b2791adfab91c0abcf88a258021154f45b Mon Sep 17 00:00:00 2001 From: pradeepkumarsingh Date: Wed, 24 Jun 2020 00:30:56 +0530 Subject: [PATCH] Fixed If number of question increase then so the answer not visible --- lib/main.dart | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) diff --git a/lib/main.dart b/lib/main.dart index 4f6bbfe..410d191 100644 --- a/lib/main.dart +++ b/lib/main.dart @@ -137,7 +137,7 @@ class _QuizPageState extends State { ), ), ), - Row( + Wrap( children: scoreKeeper, ) ],