fix icons camera

This commit is contained in:
Valentin CZERYBA 2024-10-23 23:56:04 +02:00
parent 6c806b1a39
commit c43eb789b1

View File

@ -171,7 +171,7 @@ class _MyHomePageState extends State<ListItemMenu> {
onPressed: popCamera, onPressed: popCamera,
backgroundColor: Colors.blue, backgroundColor: Colors.blue,
tooltip: 'Recherche', tooltip: 'Recherche',
child: const Icon(Icons.search, color: Colors.white), child: const Icon(Icons.camera_alt, color: Colors.white),
), ),
); );
} }