Fix margin

This commit is contained in:
Moe Poi ~ 2022-05-16 10:25:20 +07:00
parent 5fc1eda92f
commit 5e71c7e3b0

View file

@ -53,7 +53,7 @@ class _ProductBoxState extends State<ProductBox> {
Flexible(
flex: 1,
child: Container(
margin: const EdgeInsets.all(10),
margin: const EdgeInsets.only(top: 10, left: 5, right: 5),
child: Text(
widget.title,
style: TextStyle(