Fix margin
This commit is contained in:
parent
5fc1eda92f
commit
5e71c7e3b0
1 changed files with 1 additions and 1 deletions
|
@ -53,7 +53,7 @@ class _ProductBoxState extends State<ProductBox> {
|
||||||
Flexible(
|
Flexible(
|
||||||
flex: 1,
|
flex: 1,
|
||||||
child: Container(
|
child: Container(
|
||||||
margin: const EdgeInsets.all(10),
|
margin: const EdgeInsets.only(top: 10, left: 5, right: 5),
|
||||||
child: Text(
|
child: Text(
|
||||||
widget.title,
|
widget.title,
|
||||||
style: TextStyle(
|
style: TextStyle(
|
||||||
|
|
Loading…
Reference in a new issue