**Как растянуть SVG-изображение?
код:**
child: SvgPicture.asset(
'assets/images/accessories.svg',
height: constraints.maxHeight * 0.5,
width: constraints.maxWidth * 0.8,
),
Подробнее здесь: https://stackoverflow.com/questions/614 ... in-flutter