AndrossyImageGrid constructor
const
AndrossyImageGrid({
- Key? key,
- required IndexedWidgetBuilder itemBuilder,
- double? frameRatio,
- AndrossyImageGridFrameRatioBuilder? frameRatioBuilder,
- Color? itemBackground,
- double itemSpace = 4,
- int itemCount = 0,
Implementation
const AndrossyImageGrid({
super.key,
required this.itemBuilder,
this.frameRatio,
this.frameRatioBuilder,
this.itemBackground,
this.itemSpace = 4,
this.itemCount = 0,
});