withLabelMargin method
- double value
Replaces PinAnnotation.labelMargin with value.
Implementation
PinAnnotation withLabelMargin(double value) => copyWith(labelMargin: value);
Replaces PinAnnotation.labelMargin with value.
PinAnnotation withLabelMargin(double value) => copyWith(labelMargin: value);