来自thisquestion我正在使用Flutter的SVG包(flutter_svg)来渲染SVGimage.我想将SVG用作Container背景,中间有Text。这是我目前的代码:Container(decoration:BoxDecoration(image:DecorationImage(image:SvgPicture.asset('assets/example.svg',),),),children:[Text('WelcometomyFlutterApp',style:Theme.of(context).textTheme.display1.copyWith(color
来自thisquestion我正在使用Flutter的SVG包(flutter_svg)来渲染SVGimage.我想将SVG用作Container背景,中间有Text。这是我目前的代码:Container(decoration:BoxDecoration(image:DecorationImage(image:SvgPicture.asset('assets/example.svg',),),),children:[Text('WelcometomyFlutterApp',style:Theme.of(context).textTheme.display1.copyWith(color