screenshot property

ScreenshotPrompt? screenshot
final

Define whether users can attach screenshots

Defaults to ScreenshotPrompt.optional

Screenshots are not supported on Flutter Web when using the html renderer. The screenshot step will therefore not be shown on Flutter Web when using the html renderer. https://github.com/flutter/flutter/issues/59072 https://github.com/flutter/flutter/issues/49857

Implementation

final ScreenshotPrompt? screenshot;