AndrossyImageGrid constructor

const AndrossyImageGrid({
  1. Key? key,
  2. required IndexedWidgetBuilder itemBuilder,
  3. double? frameRatio,
  4. AndrossyImageGridFrameRatioBuilder? frameRatioBuilder,
  5. Color? itemBackground,
  6. double itemSpace = 4,
  7. int itemCount = 0,
})

Implementation

const AndrossyImageGrid({
  super.key,
  required this.itemBuilder,
  this.frameRatio,
  this.frameRatioBuilder,
  this.itemBackground,
  this.itemSpace = 4,
  this.itemCount = 0,
});