Test update scanner background color
This commit is contained in:
parent
303e50a255
commit
f0e41adace
@ -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,
|
||||
|
||||
Loading…
x
Reference in New Issue
Block a user