skipScanCode property

ScanCode? skipScanCode
final

The scancode that will prematurely end this scene.

If this value is null, it will not be possible to skip this scene.

Implementation

final ScanCode? skipScanCode;