FeedGridViewDelegate constructor

FeedGridViewDelegate({
  1. int crossAxisCount = 2,
  2. double mainAxisSpacing = 8,
  3. double crossAxisSpacing = 8,
  4. EdgeInsets padding = EdgeInsets.zero,
})

Implementation

FeedGridViewDelegate({
  this.crossAxisCount = 2,
  this.mainAxisSpacing = 8,
  this.crossAxisSpacing = 8,
  this.padding = EdgeInsets.zero
});