SingleChildScrollView(
physics: NeverScrollableScrollPhysics(),
scrollDirection: Axis.horizontal,
child: Row(children: [
Container(
width: MediaQuery.of(context).size.width * 0.45),
Image.asset('assets/hello.png',
width: MediaQuery.of(context).size.width * 0.6,
fit: BoxFit.fitWidth)
]))
沒有留言:
發佈留言