KinMaterial.tinted constructor

const KinMaterial.tinted({
  1. Color? tintColor,
  2. double tintOpacity = 0.12,
})

Implementation

const KinMaterial.tinted({
  this.tintColor,
  this.tintOpacity = 0.12,
})  : type = KinMaterialType.tinted,
      thickness = KinGlassThickness.regular;