-
Notifications
You must be signed in to change notification settings - Fork 55
Open
Description
NineGridView(
margin: EdgeInsets.all(12),
padding: EdgeInsets.all(5),
space: 5,
type: NineGridType.qqGp,
itemCount: 1,
itemBuilder: (BuildContext context, int index) {
return Image.network('https://img1.baidu.com/it/u=3676446160,2628100231&fm=26&fmt=auto&gp=0.jpg');
},
Metadata
Metadata
Assignees
Labels
No labels