diff --git a/lib/screens/home/top_items/row_item.dart b/lib/screens/home/top_items/row_item.dart index bc8856b..bfa43e7 100644 --- a/lib/screens/home/top_items/row_item.dart +++ b/lib/screens/home/top_items/row_item.dart @@ -62,7 +62,7 @@ class RowItem extends StatelessWidget { Flexible( child: Row( children: [ - Container( + if (showColor == true) Container( margin: const EdgeInsets.only(right: 16), width: 12, height: 12, @@ -142,7 +142,7 @@ class OthersRowItem extends StatelessWidget { Flexible( child: Row( children: [ - Container( + if (showColor == true) Container( margin: const EdgeInsets.only(right: 16), width: 12, height: 12,