Flutter 组件 Image

Image 本地图片
1 | Image( |
Image.network 显示网络图片
1 | Image.network( |
结合 ClipOval 组件 展示圆图
1 | ClipOval( |
Container BoxDecoration 属性生成 圆图
1 | Container( |
- Post title:Flutter 组件 Image
- Post author:xxxixxxx
- Create time:2020-12-28 14:20:00
- Post link:https://xxxixxx.github.io/2020/12/28/400-Flutter组件Image/
- Copyright Notice:All articles in this blog are licensed under BY-NC-SA unless stating additionally.
Comments