keepScreenOn property

bool? keepScreenOn
getter/setter pair

Defines whether the screen will always be ON while the capture screen is in the foreground.

Default: true

Implementation

bool? keepScreenOn = true;