Skip to content

Commit 36ae0db

Browse files
FLUT-964629-[feature]: Updated the note section for sliders
1 parent f660fef commit 36ae0db

File tree

3 files changed

+9
-0
lines changed

3 files changed

+9
-0
lines changed

Flutter/range-selector/labels-and-divider.md

Lines changed: 3 additions & 0 deletions
Original file line numberDiff line numberDiff line change
@@ -459,6 +459,9 @@ You can format or change the whole numeric or date label text using the [`labelF
459459
* **actualValue** – either `DateTime` or `double` based on given [`initialValues`](https://pub.dev/documentation/syncfusion_flutter_sliders/latest/sliders/SfRangeSelector/initialValues.html).
460460
* **formattedText** – If the actual value is `double`, it is formatted by [`numberFormat`](https://pub.dev/documentation/syncfusion_flutter_sliders/latest/sliders/SfRangeSelector/numberFormat.html) and if the actual value is `DateTime`, it is formatted by [`dateFormat`](https://pub.dev/documentation/syncfusion_flutter_sliders/latest/sliders/SfRangeSelector/dateFormat.html).
461461

462+
>**NOTE**
463+
* `LabelFormatterCallback` is deprecated, use the `onLabelCreated` callback instead.
464+
462465
{% tabs %}
463466
{% highlight Dart %}
464467

Flutter/range-slider/labels-and-divider.md

Lines changed: 3 additions & 0 deletions
Original file line numberDiff line numberDiff line change
@@ -488,6 +488,9 @@ You can format or change the whole numeric or date label text using the [`labelF
488488
* actualValue – either `DateTime` or `double` based on given [`values`](https://pub.dev/documentation/syncfusion_flutter_sliders/latest/sliders/SfRangeSlider/values.html).
489489
* formattedText – If the actual value is `double`, it is formatted by [`numberFormat`](https://pub.dev/documentation/syncfusion_flutter_sliders/latest/sliders/SfRangeSlider/numberFormat.html) and if the actual value is `DateTime`, it is formatted by [`dateFormat`](https://pub.dev/documentation/syncfusion_flutter_sliders/latest/sliders/SfRangeSlider/dateFormat.html).
490490

491+
>**NOTE**
492+
* `LabelFormatterCallback` is deprecated, use the `onLabelCreated` callback instead.
493+
491494
### Horizontal
492495

493496
{% tabs %}

Flutter/slider/labels-and-divider.md

Lines changed: 3 additions & 0 deletions
Original file line numberDiff line numberDiff line change
@@ -487,6 +487,9 @@ You can format or change the whole numeric or date label text using the [`labelF
487487
* actualValue – either `DateTime` or `double` based on given [`value`](https://pub.dev/documentation/syncfusion_flutter_sliders/latest/sliders/SfSlider/value.html).
488488
* formattedText – If the actual value is `double`, it is formatted by [`numberFormat`](https://pub.dev/documentation/syncfusion_flutter_sliders/latest/sliders/SfSlider/numberFormat.html) and if the actual value is `DateTime`, it is formatted by [`dateFormat`](https://pub.dev/documentation/syncfusion_flutter_sliders/latest/sliders/SfSlider/dateFormat.html).
489489

490+
>**NOTE**
491+
* `LabelFormatterCallback` is deprecated, use the `onLabelCreated` callback instead.
492+
490493
### Horizontal
491494

492495
{% tabs %}

0 commit comments

Comments
 (0)