赞
踩
- new ClipOval(
- child: Image.asset("assets/images/home/xingbiao.png",fit: BoxFit.fill),
- )
- CircleAvatar(
- radius: 36.0,
- backgroundImage: AssetImage(
- "assets/images/home/xingbiao.png",
- ),
- )
- Container(
- width: 72.0,
- height: 72.0,
- decoration: BoxDecoration(
- shape: BoxShape.circle,
- image: DecorationImage(
- image: AssetImage(
- "assets/images/home/xingbiao.png",
- ),
- ),
- ),
- )
- ClipRRect(
- borderRadius: BorderRadius.circular(6.0),
- child: new Image.asset("assets/images/home/xingbiao.png"),
- )
- Container(
- width: 88.0,
- height: 88.0,
- decoration: BoxDecoration(
- shape: BoxShape.rectangle,
- borderRadius: BorderRadius.circular(6.0),
- image: DecorationImage(
- image: AssetImage(
- "assets/images/home/xingbiao.png",
- ),
- ),
- ),
Copyright © 2003-2013 www.wpsshop.cn 版权所有,并保留所有权利。