AddRoundedImage constructor
const
AddRoundedImage({})
Create a new AddRoundedImage command object.
Implementation
const AddRoundedImage({
required this.elementId,
required this.imageId,
required this.imageUrl,
required this.widthInPx,
required this.heightInPx,
required this.coordinate,
});