PinIconStyle constructor

PinIconStyle({
  1. Color? color,
  2. double? size,
})

Implementation

PinIconStyle({
  this.color,
  this.size,
});