Skip to content

Commit

Permalink
Minor documentation improvements
Browse files Browse the repository at this point in the history
  • Loading branch information
JaffaKetchup committed Jan 12, 2024
1 parent 8e276d1 commit f56828f
Showing 1 changed file with 3 additions and 1 deletion.
4 changes: 3 additions & 1 deletion lib/src/layer/polyline_layer/polyline_layer.dart
Original file line number Diff line number Diff line change
Expand Up @@ -18,7 +18,9 @@ class PolylineLayer<R extends Object> extends StatefulWidget {

/// Acceptable extent outside of viewport before culling polyline segments
///
/// May need to be increased if the [Polyline.borderStrokeWidth] is large.
/// May need to be increased if the [Polyline.strokeWidth] +
/// [Polyline.borderStrokeWidth] is large. See online documentation for more
/// information.
///
/// Defaults to 0: cull aggressively. Set to `null` to disable culling.
final double? cullingMargin;
Expand Down

0 comments on commit f56828f

Please sign in to comment.