ModelStyle constructor

const ModelStyle({
  1. double scale = 1.0,
  2. ModelStyleUnitType unitType = ModelStyleUnitType.Unit,
  3. ModelStyleRenderMode renderMode = ModelStyleRenderMode.UserModel,
  4. String? variantName,
})

Implementation

const ModelStyle({
  this.scale = 1.0,
  this.unitType = ModelStyleUnitType.Unit,
  this.renderMode = ModelStyleRenderMode.UserModel,
  this.variantName,
});