cullingMargin property

double? cullingMargin
final

Acceptable extent outside of viewport before culling polyline segments

May need to be increased if the Polyline.strokeWidth + Polyline.borderStrokeWidth is large. See online documentation for more information.

Defaults to 10. Set to null to disable culling.

Implementation

final double? cullingMargin;