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(
|
return InkWell(
|
||||||
onTap: _onItemTapped,
|
onTap: _onItemTapped,
|
||||||
child: Container(
|
child: Container(
|
||||||
decoration: const BoxDecoration(
|
decoration: BoxDecoration(
|
||||||
shape: BoxShape.circle,
|
shape: BoxShape.circle,
|
||||||
color: kMainColor1,
|
color: kMainColor1.withValues(alpha: 0.7),
|
||||||
boxShadow: [
|
boxShadow: const [
|
||||||
BoxShadow(
|
BoxShadow(
|
||||||
offset: Offset(0, 1.5),
|
offset: Offset(0, 1.5),
|
||||||
blurRadius: 3.5,
|
blurRadius: 3.5,
|
||||||
|
|||||||
Loading…
x
Reference in New Issue
Block a user