This commit is contained in:
Salvatore Giordano
2018-09-18 09:20:45 +02:00
committed by GitHub
parent 44590b41ad
commit 8b76f646dc

View File

@@ -25,7 +25,7 @@ Just put the component in your application setting the onChanged callback.
));
```
> Note: Your onChnaged function can be any function of the type shown below:
> Note: Your onChanged function can be any function of the type shown below:
```dart
(CElement)->dynamic