Optimized filters screen

This commit is contained in:
Juan Gilsanz Polo 2023-05-03 16:30:20 +02:00
parent 2afbaf1f93
commit eb4462d4d0
23 changed files with 1445 additions and 759 deletions

View file

@ -23,7 +23,7 @@ class CustomListTile extends StatelessWidget {
this.padding,
this.onLongPress,
this.disabled,
this.onHover
this.onHover,
}) : super(key: key);
@override