The default StageOptions used by the Stage constructor.
The default options are used if no individual options are passed to the Stage constructor. Please note that this property is just a forward to Stage.defaultOptions.
Source
static StageOptions get stageOptions { return Stage.defaultOptions; }
Source
static set stageOptions(StageOptions options) { Stage.defaultOptions = options; }