Skip to content

Commit

Permalink
Minor improvements
Browse files Browse the repository at this point in the history
 to Polyline example
  • Loading branch information
JaffaKetchup committed Jan 13, 2024
1 parent d177a13 commit 12612d5
Showing 1 changed file with 1 addition and 1 deletion.
2 changes: 1 addition & 1 deletion example/lib/pages/polyline.dart
Original file line number Diff line number Diff line change
Expand Up @@ -339,7 +339,7 @@ class _SimplificationToleranceSliderState
onChangeEnd: widget.onChangedTolerance,
min: 0,
max: 2,
divisions: 125,
divisions: 100,
label: _simplificationTolerance == 0
? 'Disabled'
: _simplificationTolerance.toStringAsFixed(2),
Expand Down

0 comments on commit 12612d5

Please sign in to comment.