Skip to content

Commit 0dcc893

Browse files
Update color-picker.dart
Sample updated.
1 parent c0e2a52 commit 0dcc893

File tree

1 file changed

+2
-1
lines changed

1 file changed

+2
-1
lines changed

lib/color-picker.dart

Lines changed: 2 additions & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -1,3 +1,4 @@
1+
// @dart=2.9
12
part of event_calendar;
23

34
class _ColorPicker extends StatefulWidget {
@@ -41,4 +42,4 @@ class _ColorPickerState extends State<_ColorPicker> {
4142
)),
4243
);
4344
}
44-
}
45+
}

0 commit comments

Comments
 (0)