FeedGridViewDelegate constructor
FeedGridViewDelegate({
- int crossAxisCount = 2,
- double mainAxisSpacing = 8,
- double crossAxisSpacing = 8,
- EdgeInsets padding = EdgeInsets.zero,
Implementation
FeedGridViewDelegate({
this.crossAxisCount = 2,
this.mainAxisSpacing = 8,
this.crossAxisSpacing = 8,
this.padding = EdgeInsets.zero
});