ImagesBox constructor
ImagesBox({
- Key? key,
- required List<
Widget> children, - bool format4rect = false,
- double crossAxisSpacing = 2.5,
- double mainAxisSpacing = 2.5,
- EdgeInsetsGeometry? padding,
- bool enablePreview = true,
- PreviewCoverBuilder? coverBuilder,
Implementation
ImagesBox(
{Key? key,
required this.children,
this.format4rect = false,
this.crossAxisSpacing = 2.5,
this.mainAxisSpacing = 2.5,
this.padding,
this.enablePreview = true,
this.coverBuilder})
: urls = [],
fit = null,
borderRadius = null,
super(key: key);