前提・実現したいこと
以下のようなコードで、Containerの背景にSVG画像を表示させたいです。
Dart
1 Container( 2 decoration: new BoxDecoration( 3 image: DecorationImage( 4 image: SvgPicture.asset('assets/walk_bg_rect.svg'), 5 ), 6 ), 7 ),
発生している問題・エラーメッセージ
Compiler message: lib/screens/walk_screen.dart:21:39: Error: The argument type 'SvgPicture' can't be assigned to the parameter type 'ImageProvider<dynamic>'.
補足情報(FW/ツールのバージョンなど)
以下の記事と同じ事象だと思いますが、、よくわからず、、
https://github.com/dnfield/flutter_svg/issues/152
回答1件
あなたの回答
tips
プレビュー
バッドをするには、ログインかつ
こちらの条件を満たす必要があります。
2020/05/11 09:17