Skip to content

Commit 19cea0b

Browse files
FLUT-964629-[feature]: Cleared review suggestions
1 parent d893e64 commit 19cea0b

File tree

11 files changed

+16
-20
lines changed

11 files changed

+16
-20
lines changed

Flutter/range-selector/accessibility.md

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -11,7 +11,7 @@ documentation: ug
1111

1212
## Keyboard support
1313

14-
This feature allows users to navigate to the [`SfRangeSelector`](https://pub.dev/documentation/syncfusion_flutter_sliders/latest/sliders/SfRangeSelector-class.html) widget using the TAB key and adjust its values using the keyboard arrow keys. The left and down arrow keys can be used to decrease the selection value, while the right and up arrow keys can be used to increase it.
14+
This feature allows you to focus on the [`SfRangeSelector`](https://pub.dev/documentation/syncfusion_flutter_sliders/latest/sliders/SfRangeSelector-class.html) widget using the TAB key and adjust its values with the keyboard arrow keys. By default, the start thumb receives focus first. You can press the TAB key again to move focus to the end thumb. The left and down arrow keys can be used to decrease the value of the focused thumb, while the right and up arrow keys can be used to increase it.
1515

1616
N> In [`SfRangeSelector`](https://pub.dev/documentation/syncfusion_flutter_sliders/latest/sliders/SfRangeSelector-class.html), keyboard accessibility is not supported when [`dragMode`](https://pub.dev/documentation/syncfusion_flutter_sliders/latest/sliders/SfRangeSelector/dragMode.html) is set to `SliderDragMode.betweenThumbs`, as focus can only be applied to one thumb at a time.
1717

-15 Bytes
Loading

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

Lines changed: 3 additions & 3 deletions
Original file line numberDiff line numberDiff line change
@@ -460,7 +460,7 @@ You can format or change the whole numeric or date label text using the [`labelF
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

462462
>**NOTE**
463-
* `LabelFormatterCallback` is deprecated, use the `onLabelCreated` callback instead.
463+
* [`labelFormatterCallback`](https://pub.dev/documentation/syncfusion_flutter_sliders/latest/sliders/SfSlider/labelFormatterCallback.html) has been deprecated, you can use `onLabelCreated` callback to customize both the text and text style of the label.
464464

465465
{% tabs %}
466466
{% highlight Dart %}
@@ -617,7 +617,7 @@ class Data {
617617

618618
## Individual label style
619619

620-
You can now customize the appearance of each label on the [`SfRangeSelector`](https://pub.dev/documentation/syncfusion_flutter_sliders/latest/sliders/SfRangeSelector-class.html) individually by using the `onLabelCreated` callback. This callback allows you to have complete control over the text and textStyle for each label.
620+
You can now customize the appearance of each label on the [`SfRangeSelector`](https://pub.dev/documentation/syncfusion_flutter_sliders/latest/sliders/SfRangeSelector-class.html) individually by using the `onLabelCreated` callback. This callback allows you to have complete control over the text and text style for each label.
621621

622622
{% tabs %}
623623
{% highlight Dart %}
@@ -660,7 +660,7 @@ You can now customize the appearance of each label on the [`SfRangeSelector`](ht
660660
)
661661
: TextStyle(
662662
color: Colors.red[200],
663-
fontSize: 12,
663+
fontSize: 10,
664664
),
665665
);
666666
},

Flutter/range-slider/accessibility.md

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -11,7 +11,7 @@ documentation: ug
1111

1212
## Keyboard support
1313

14-
This feature allows users to navigate to the [`SfRangeSlider`](https://pub.dev/documentation/syncfusion_flutter_sliders/latest/sliders/SfRangeSlider-class.html) widget using the TAB key and adjust its values using the keyboard arrow keys. The left and down arrow keys can be used to decrease the selection value, while the right and up arrow keys can be used to increase it.
14+
This feature allows you to focus on the [`SfRangeSlider`](https://pub.dev/documentation/syncfusion_flutter_sliders/latest/sliders/SfRangeSlider-class.html) widget using the TAB key and adjust its values with the keyboard arrow keys. By default, the start thumb receives focus first. You can press the TAB key again to move focus to the end thumb. The left and down arrow keys can be used to decrease the value of the focused thumb, while the right and up arrow keys can be used to increase it.
1515

1616
N> In [`SfRangeSlider`](https://pub.dev/documentation/syncfusion_flutter_sliders/latest/sliders/SfRangeSlider-class.html), keyboard accessibility is not supported when [`dragMode`](https://pub.dev/documentation/syncfusion_flutter_sliders/latest/sliders/SfRangeSelector/dragMode.html) is set to `SliderDragMode.betweenThumbs`, as focus can only be applied to one thumb at a time.
1717

-171 Bytes
Loading
-287 Bytes
Loading

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

Lines changed: 5 additions & 7 deletions
Original file line numberDiff line numberDiff line change
@@ -489,7 +489,7 @@ You can format or change the whole numeric or date label text using the [`labelF
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

491491
>**NOTE**
492-
* `LabelFormatterCallback` is deprecated, use the `onLabelCreated` callback instead.
492+
* [`labelFormatterCallback`](https://pub.dev/documentation/syncfusion_flutter_sliders/latest/sliders/SfSlider/labelFormatterCallback.html) has been deprecated, you can use `onLabelCreated` callback to customize both the text and text style of the label.
493493

494494
### Horizontal
495495

@@ -661,7 +661,7 @@ Widget build(BuildContext context) {
661661

662662
## Individual label style
663663

664-
You can now customize the appearance of each label on the [`SfRangeSlider`](https://pub.dev/documentation/syncfusion_flutter_sliders/latest/sliders/SfRangeSlider-class.html) individually by using the `onLabelCreated` callback. This callback allows you to have complete control over the text and textStyle for each label.
664+
You can now customize the appearance of each label on the [`SfRangeSlider`](https://pub.dev/documentation/syncfusion_flutter_sliders/latest/sliders/SfRangeSlider-class.html) individually by using the `onLabelCreated` callback. This callback allows you to have complete control over the text and text style for each label.
665665

666666
## Horizontal
667667

@@ -704,7 +704,7 @@ You can now customize the appearance of each label on the [`SfRangeSlider`](http
704704
)
705705
: TextStyle(
706706
color: Colors.red[200],
707-
fontSize: 12,
707+
fontSize: 10,
708708
),
709709
);
710710
},
@@ -755,13 +755,11 @@ You can now customize the appearance of each label on the [`SfRangeSlider`](http
755755
(value == start || value == end)
756756
? const TextStyle(
757757
color: Colors.blue,
758-
fontSize: 12,
759-
fontStyle: FontStyle.italic,
758+
fontSize: 14,
760759
)
761760
: TextStyle(
762761
color: Colors.red[200],
763-
fontSize: 12,
764-
fontStyle: FontStyle.italic,
762+
fontSize: 10,
765763
),
766764
);
767765
},

Flutter/slider/accessibility.md

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -11,7 +11,7 @@ documentation: ug
1111

1212
## Keyboard support
1313

14-
This feature allows users to navigate to the [`SfSlider`](https://pub.dev/documentation/syncfusion_flutter_sliders/latest/sliders/SfSlider-class.html) widget using the TAB key and adjust its values using the keyboard arrow keys. The left and down arrow keys can be used to decrease the selection value, while the right and up arrow keys can be used to increase it.
14+
This feature allows you to focus on the [`SfSlider`](https://pub.dev/documentation/syncfusion_flutter_sliders/latest/sliders/SfSlider-class.html) widget using the TAB key and adjust its values with the keyboard arrow keys. The left and down arrow keys can be used to decrease the thumb value, while the right and up arrow keys can be used to increase it.
1515

1616
## Screen reader
1717

-164 Bytes
Loading
-197 Bytes
Loading

0 commit comments

Comments
 (0)