We read every piece of feedback, and take your input very seriously.
To see all available qualifiers, see our documentation.
There was an error while loading. Please reload this page.
1 parent 5f96344 commit 696a088Copy full SHA for 696a088
src/content/get-started/fundamentals/user-input.md
@@ -434,11 +434,8 @@ Widget build(BuildContext context) {
434
selected: <Calendar>{calendarView},
435
onSelectionChanged: (Set<Calendar> newSelection) {
436
setState(() {
437
- Suggested change
438
- // By default there is only a single segment that can be
439
- // selected at one time, so its value is always the first
440
- // By default, only a single segment can be
441
+ // By default, there is only a single segment that can be
+ // selected at a time, so its value is always the first
442
calendarView = newSelection.first;
443
});
444
},
0 commit comments