| Index: samples/spirodraw/ColorPicker.dart
|
| diff --git a/samples/spirodraw/ColorPicker.dart b/samples/spirodraw/ColorPicker.dart
|
| index 65c3e864d11c8df9e0fc075e41f1b172a251adaa..cb42cd58c29b588812f5f099472bc962c354a5ce 100644
|
| --- a/samples/spirodraw/ColorPicker.dart
|
| +++ b/samples/spirodraw/ColorPicker.dart
|
| @@ -27,7 +27,7 @@ class ColorPicker {
|
| showSelected();
|
| }
|
|
|
| - String get selectedColor() => _selectedColor;
|
| + String get selectedColor => _selectedColor;
|
|
|
| void set selectedColor(String color) {
|
| _selectedColor = color;
|
|
|