HillshadeLayerProperties constructor

const HillshadeLayerProperties({
  1. dynamic hillshadeIlluminationDirection,
  2. dynamic hillshadeIlluminationAnchor,
  3. dynamic hillshadeExaggeration,
  4. dynamic hillshadeShadowColor,
  5. dynamic hillshadeHighlightColor,
  6. dynamic hillshadeAccentColor,
  7. dynamic visibility,
})

Implementation

const HillshadeLayerProperties({
  this.hillshadeIlluminationDirection,
  this.hillshadeIlluminationAnchor,
  this.hillshadeExaggeration,
  this.hillshadeShadowColor,
  this.hillshadeHighlightColor,
  this.hillshadeAccentColor,
  this.visibility,
});