Fix product box flex
This commit is contained in:
parent
e79835e118
commit
14c9ab99ba
1 changed files with 1 additions and 1 deletions
|
@ -51,7 +51,7 @@ class _ProductBoxState extends State<ProductBox> {
|
|||
),
|
||||
),
|
||||
Flexible(
|
||||
flex: 1,
|
||||
flex: 2,
|
||||
child: Container(
|
||||
margin: const EdgeInsets.only(top: 10, left: 5, right: 5),
|
||||
child: Text(
|
||||
|
|
Loading…
Add table
Reference in a new issue