skipControllerButton property

GameControllerButton? skipControllerButton
final

The game controller button that will prematurely end this scene.

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

Implementation

final GameControllerButton? skipControllerButton;