Add missing trailing comma in readme example

This commit is contained in:
Victor Choueiri 2018-05-09 23:45:27 +03:00 committed by Victor Choueiri
parent d7512c20a3
commit c46de81524

View File

@ -129,7 +129,7 @@ new AnimatedCircularChart(
labelStyle: new TextStyle(
color: Colors.blueGrey[600],
fontWeight: FontWeight.bold,
fontSize: 24.0
fontSize: 24.0,
),
)
```