More changes

This commit is contained in:
Juan Gilsanz Polo 2022-10-21 11:37:16 +02:00
parent 6f9b16e94f
commit 26d89730ef
8 changed files with 44 additions and 87 deletions

View file

@ -35,7 +35,6 @@ class CustomListTile extends StatelessWidget {
if (icon != null) ...[
Icon(
icon,
color: Theme.of(context).listTileTheme.iconColor,
),
const SizedBox(width: 20),
],