David PHAM-VAN

Fix function name

... ... @@ -160,7 +160,7 @@ abstract class Dataset extends Widget {
void paintBackground(Context context) {}
Widget legendeShape() {
Widget legendShape() {
return Container(
decoration: BoxDecoration(
color: color,
... ...
... ... @@ -57,7 +57,7 @@ class ChartLegend extends StatelessWidget {
width: style.fontSize,
height: style.fontSize,
margin: const EdgeInsets.only(right: 5),
child: dataset.legendeShape(),
child: dataset.legendShape(),
),
Text(
dataset.legend,
... ...