Test update scanner background color

This commit is contained in:
Thomas Fransolet 2025-07-09 13:22:21 +02:00
parent 303e50a255
commit f0e41adace

View File

@ -26,10 +26,10 @@ class _ScannerBoutonState extends State<ScannerBouton> {
return InkWell(
onTap: _onItemTapped,
child: Container(
decoration: const BoxDecoration(
decoration: BoxDecoration(
shape: BoxShape.circle,
color: kMainColor1,
boxShadow: [
color: kMainColor1.withValues(alpha: 0.7),
boxShadow: const [
BoxShadow(
offset: Offset(0, 1.5),
blurRadius: 3.5,