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
|
@override
|
||||||
Widget build(BuildContext context) {
|
Widget build(BuildContext context) {
|
||||||
return Card(
|
return Card(
|
||||||
color: Color(0xff212226),
|
color: const Color(0xff212226),
|
||||||
child: InkWell(
|
child: InkWell(
|
||||||
onTap: () {},
|
onTap: () {},
|
||||||
splashColor: Colors.red.shade900,
|
splashColor: Colors.red.shade900,
|
||||||
|
|
Loading…
Reference in a new issue