Remove inkwell color attribute
This commit is contained in:
parent
7ca36bb542
commit
40f609d160
1 changed files with 0 additions and 2 deletions
|
@ -30,8 +30,6 @@ class _ProductBoxState extends State<ProductBox> {
|
|||
child: InkWell(
|
||||
onTap: () => widget.callback(),
|
||||
borderRadius: BorderRadius.circular(10),
|
||||
splashColor: const Color(0xff8B0000),
|
||||
highlightColor: const Color(0xff8B0000),
|
||||
child: Column(
|
||||
mainAxisAlignment: MainAxisAlignment.center,
|
||||
children: [
|
||||
|
|
Loading…
Add table
Reference in a new issue