ModelStyle constructor
const
ModelStyle({
- double scale = 1.0,
- ModelStyleUnitType unitType = ModelStyleUnitType.Unit,
- ModelStyleRenderMode renderMode = ModelStyleRenderMode.UserModel,
- String? variantName,
Implementation
const ModelStyle({
this.scale = 1.0,
this.unitType = ModelStyleUnitType.Unit,
this.renderMode = ModelStyleRenderMode.UserModel,
this.variantName,
});