PinSymbol constructor

const PinSymbol(
  1. Color color, {
  2. bool fill = true,
  3. double strokeWidth = 0,
})

Implementation

const PinSymbol(this.color, {this.fill = true, this.strokeWidth = 0});