withLabelMargin method

PinAnnotation withLabelMargin(
  1. double value
)

Replaces PinAnnotation.labelMargin with value.

Implementation

PinAnnotation withLabelMargin(double value) => copyWith(labelMargin: value);