StageMetadata constructor
StageMetadata({})
Creates stage metadata with the documented defaults.
Implementation
StageMetadata({
this.upAxis = UpAxis.y,
this.handedness = Handedness.left,
this.unitsPerMeter = 1.0,
this.environmentRef,
this.antiAliasingMode = 'auto',
this.renderScale = 1.0,
this.filterQuality = 'medium',
});