RemoveOverlayOp constructor
const
RemoveOverlayOp({
- required Key key,
- int index = -1,
- InteractiveOverlayImage? removed,
Implementation
const RemoveOverlayOp({
required this.key,
this.index = -1,
this.removed,
});