Add missing const
This commit is contained in:
parent
e6d72d666a
commit
452984b474
1 changed files with 1 additions and 1 deletions
|
@ -16,7 +16,7 @@ class _ProductBoxState extends State<ProductBox> {
|
|||
@override
|
||||
Widget build(BuildContext context) {
|
||||
return Card(
|
||||
color: Color(0xff212226),
|
||||
color: const Color(0xff212226),
|
||||
child: InkWell(
|
||||
onTap: () {},
|
||||
splashColor: Colors.red.shade900,
|
||||
|
|
Loading…
Reference in a new issue