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