**如何拉伸 svg 图像?
代码是:**
child: SvgPicture.asset(
'assets/images/accessories.svg',
height: constraints.maxHeight * 0.5,
width: constraints.maxWidth * 0.8,
),
Run Code Online (Sandbox Code Playgroud)