IconStyle constructor

const IconStyle({
  1. Point<double>? anchor,
  2. RotationType? rotationType,
  3. double? zIndex,
  4. bool? flat,
  5. bool? visible,
  6. double? scale,
  7. Rect? tappableArea,
})

Implementation

const IconStyle({
  this.anchor,
  this.rotationType,
  this.zIndex,
  this.flat,
  this.visible,
  this.scale,
  this.tappableArea,
});