Changed options menus

This commit is contained in:
Juan Gilsanz Polo 2023-11-26 22:42:05 +01:00
parent 0c0f78c8d8
commit f53a498c03
10 changed files with 225 additions and 303 deletions

View file

@ -16,12 +16,12 @@ class ClientsList extends StatelessWidget {
final bool splitView;
const ClientsList({
Key? key,
super.key,
required this.data,
required this.onClientSelected,
this.selectedClient,
required this.splitView,
}) : super(key: key);
});
@override
Widget build(BuildContext context) {