FlutterのImage viewでドット絵を大きく表示させたいです。一応ドット絵を表示させることはできますが、widthとheightでサイズを変更することができません。1000px X 1000pxだとサイズを変更することができるのですが、どうすればいいのかわかりません。教えていただけると大変助かります。お願いいたします。
dart
1Image.asset( 2 "images/icons/icon_1.png", 3 width: 200, 4 height: 200, 5),
yaml
1flutter: 2 3 # The following line ensures that the Material Icons font is 4 # included with your application, so that you can use the icons in 5 # the material Icons class. 6 uses-material-design: true 7 8 # To add assets to your application, add an assets section, like this: 9 assets: 10 - images/icons/
バッドをするには、ログインかつ
こちらの条件を満たす必要があります。
2021/12/31 02:32