小编Tam*_*sam的帖子

如何在颤振中拉伸SVG?

**如何拉伸 svg 图像?

代码是:**

child: SvgPicture.asset(   
                  'assets/images/accessories.svg',
                  height: constraints.maxHeight * 0.5,
                  width: constraints.maxWidth * 0.8,
                ),
Run Code Online (Sandbox Code Playgroud)

android dart visual-studio-code flutter

2
推荐指数
1
解决办法
1869
查看次数

标签 统计

android ×1

dart ×1

flutter ×1

visual-studio-code ×1