You signed in with another tab or window. Reload to refresh your session.You signed out in another tab or window. Reload to refresh your session.You switched accounts on another tab or window. Reload to refresh your session.Dismiss alert
Copy file name to clipboardExpand all lines: README.md
+7-6Lines changed: 7 additions & 6 deletions
Display the source diff
Display the rich diff
Original file line number
Diff line number
Diff line change
@@ -503,14 +503,15 @@ use `FlutterSliderHatchMark` class which has following properties:
503
503
2.`bigLine`: The widget of big lines in hatch mark
504
504
3.`smallLine`: The widget of small lines in hatch mark
505
505
4.`linesAlignment`: the direct of lines, `right` or `left` which works as `top` or `bottom` on horizontal slider
506
-
5.`density`: The amount of lines per percent. 1 is default. any number less or more than 1 will decrease and increase lines respectively
507
-
6.`displayLines`: to display lines. by default is `false` for the sake of optimization
506
+
5.`density`: The number of lines per percent. 1 is default. any number less or more than 1 will decrease and increase lines respectively
507
+
6.`smallDensity`: The number of small lines between any two big lines. 4 is default. any number less or more than 4 will decrease and increase lines respectively.
508
+
7.`displayLines`: to display lines. by default is `false` for the sake of optimization
508
509
509
-
7.`labels`: If you want to display some label or text at certain percent in your hatch mark, you can use `labels`
510
-
8.`labelBox`: The widget of label box, however, you can define a widget for each label and have it's own style
511
-
9.`labelsDistanceFromTrackBar`: The distance of labels from slider. can be negative
510
+
8.`labels`: If you want to display some label or text at certain percent in your hatch mark, you can use `labels`
511
+
9.`labelBox`: The widget of label box, however, you can define a widget for each label and have it's own style
512
+
10.`labelsDistanceFromTrackBar`: The distance of labels from slider. can be negative
512
513
513
-
10.`disabled`: to disabled the whole hatchmark ( hide )
514
+
11.`disabled`: to disabled the whole hatchmark ( hide )
0 commit comments