ScreenshotHighlight constructor
const
ScreenshotHighlight({})
Implementation
const ScreenshotHighlight({
required this.kind,
required this.left,
required this.top,
required this.width,
required this.height,
});