OverlayImage constructor
const
OverlayImage({})
Implementation
const OverlayImage({
required this.id,
required this.source,
required this.imageUrl,
required this.position,
required this.size,
this.rotation = 0.0,
this.isLocal = false,
});