Skip to content

Commit 4b9d99e

Browse files
authored
Merge pull request #39 from syncfusion-content/SEO-1810_Site_Audit_Issues
SEO-1810_Site_Audit_Issues
2 parents c4001a3 + 8975eb8 commit 4b9d99e

File tree

2 files changed

+2
-2
lines changed

2 files changed

+2
-2
lines changed

Flutter/DateRangePicker/right-to-left.md

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -14,7 +14,7 @@ documentation: ug
1414
Right to left rendering can be switched in the following ways:
1515

1616
### Wrapping the SfDateRangePicker with Directionality widget
17-
The `SfDateRangePicker` supports changing the layout direction of the widget in the right-to-left direction by using the `Directionality` widget and set the `textDirection` property as [TextDirection.rtl](https://api.flutter.dev/flutter/dart-ui/TextDirection-class.html).
17+
The `SfDateRangePicker` supports changing the layout direction of the widget in the right-to-left direction by using the `Directionality` widget and set the `textDirection` property as [TextDirection.rtl](https://api.flutter.dev/flutter/dart-ui/TextDirection.html).
1818

1919
{% tabs %}
2020
{% highlight Dart %}

Flutter/calendar/right-to-left.md

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -14,7 +14,7 @@ Event calendar supports Right to left rendering and all the calendar elements re
1414
Right to left rendering can be switched in the following ways:
1515

1616
### Wrapping the SfCalendar with Directionality widget
17-
`SfCalendar` supports changing the layout direction of the widget in the right-to-left direction by using the `Directionality` widget and set the `textDirection` property as [TextDirection.rtl](https://api.flutter.dev/flutter/dart-ui/TextDirection-class.html).
17+
`SfCalendar` supports changing the layout direction of the widget in the right-to-left direction by using the `Directionality` widget and set the `textDirection` property as [TextDirection.rtl](https://api.flutter.dev/flutter/dart-ui/TextDirection.html).
1818

1919
{% tabs %}
2020
{% highlight Dart %}

0 commit comments

Comments
 (0)