Fixed showColor

This commit is contained in:
Juan Gilsanz Polo 2024-01-25 00:51:46 +01:00
parent a40580f425
commit 2d991ce9df

View file

@ -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,