Skip to content

Commit 314f659

Browse files
Merge pull request #310 from syncfusion-content/FLUT-6541-HighLightFlutterUG
FLUT-6541-HighLightFlutterUG-Missing properties highlighted.
2 parents 462c75a + 5354317 commit 314f659

File tree

4 files changed

+7
-7
lines changed

4 files changed

+7
-7
lines changed

Flutter/DateRangePicker/getting-started.md

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -122,7 +122,7 @@ The [DateRangePicker](https://pub.dev/documentation/syncfusion_flutter_datepicke
122122
The selected date or range details can be obtained using the [onSelectionChanged](https://pub.dev/documentation/syncfusion_flutter_datepicker/latest/datepicker/SfDateRangePicker/onSelectionChanged.html) callback of date range picker. The callback will return the `DateRangePickerSelectionChangedArgs` which contains the selected date or range details.
123123

124124
{% tabs %}
125-
{% highlight dart hl_lines="1 11" %}
125+
{% highlight dart hl_lines="1 2 3 11" %}
126126

127127
void _onSelectionChanged(DateRangePickerSelectionChangedArgs args) {
128128
// TODO: implement your code here

Flutter/calendar/appointment-resizing.md

Lines changed: 3 additions & 3 deletions
Original file line numberDiff line numberDiff line change
@@ -48,7 +48,7 @@ Widget build(BuildContext context) {
4848
[resource](https://pub.dev/documentation/syncfusion_flutter_calendar/latest/calendar/AppointmentResizeStartDetails/resource.html) - Get the resource details.
4949

5050
{% tabs %}
51-
{% highlight dart hl_lines="10" %}
51+
{% highlight dart hl_lines="10 17 18 19 20" %}
5252

5353
@override
5454
Widget build(BuildContext context) {
@@ -83,7 +83,7 @@ void resizeStart(AppointmentResizeStartDetails appointmentResizeStartDetails) {
8383
[resource](https://pub.dev/documentation/syncfusion_flutter_calendar/latest/calendar/AppointmentResizeUpdateDetails/resource.html) - Get the resource details.
8484

8585
{% tabs %}
86-
{% highlight dart hl_lines="10" %}
86+
{% highlight dart hl_lines="10 17 18 19 20 21 22" %}
8787

8888
@override
8989
Widget build(BuildContext context) {
@@ -120,7 +120,7 @@ void resizeUpdate(AppointmentResizeUpdateDetails appointmentResizeUpdateDetails)
120120
[resource](https://pub.dev/documentation/syncfusion_flutter_calendar/latest/calendar/AppointmentResizeEndDetails/resource.html) - Get the resource details.
121121

122122
{% tabs %}
123-
{% highlight dart hl_lines="10" %}
123+
{% highlight dart hl_lines="10 17 18 19 20 21 22" %}
124124

125125
@override
126126
Widget build(BuildContext context) {

Flutter/calendar/builders.md

Lines changed: 2 additions & 2 deletions
Original file line numberDiff line numberDiff line change
@@ -26,7 +26,7 @@ The [MonthCellBuilder](https://pub.dev/documentation/syncfusion_flutter_calendar
2626

2727

2828
{% tabs %}
29-
{% highlight dart hl_lines="7 8 9 10 11 1213 14 15 16 17 18 19 20 21 22 23 24 25 26" %}
29+
{% highlight dart hl_lines="7 8 9 10 11 12 13 14 15 16 17 18 19 20 21 22 23 24 25 26" %}
3030

3131
@override
3232
Widget build(BuildContext context) {
@@ -77,7 +77,7 @@ You can design your custom view and assign this view to the month header of a sc
7777
`bounds` - returns the header bounds.
7878

7979
{% tabs %}
80-
{% highlight dart hl_lines="8 9 10 11 12 131 4 15 16 17 18 19 20 21 22 23 24 25 26 27 28 29 30" %}
80+
{% highlight dart hl_lines="8 9 10 11 12 13 14 15 16 17 18 19 20 21 22 23 24 25 26 27 28 29 30" %}
8181

8282
@override
8383
Widget build(BuildContext context) {

Flutter/calendar/right-to-left.md

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -73,7 +73,7 @@ Right to left rendering is supported for all the elements in the `SfCalendar`.
7373

7474

7575
{% tabs %}
76-
{% highlight Dart %}
76+
{% highlight dart hl_lines="7 8" %}
7777

7878
@override
7979
Widget build(BuildContext context) {

0 commit comments

Comments
 (0)