PastedImageList constructor
const
PastedImageList({})
Creates a pasted image list widget.
Implementation
const PastedImageList({
super.key,
required this.imagePaths,
required this.onRemoveImage,
this.itemSize = 80,
this.spacing = 8,
this.height = 80,
this.padding = EdgeInsets.zero,
});