fix render overflow error

This commit is contained in:
ashilkn 2024-01-12 16:16:36 +05:30
parent 01fa417dac
commit f77c876071

View file

@ -120,8 +120,8 @@ class _MemoryCoverWidgetNewState extends State<MemoryCoverWidgetNew> {
],
),
),
height: 1,
width: 68,
height: 1 * scale,
width: 68 * scale,
),
),
],