FittedBox( child: Image.asset('foo.png'), fit: BoxFit.fill, ). FittedBox here will stretch the image to fill the space.
確定! 回上一頁