We read every piece of feedback, and take your input very seriously.
To see all available qualifiers, see our documentation.
There was an error while loading. Please reload this page.
1 parent 07a1189 commit 0e069b8Copy full SHA for 0e069b8
lib/widgets/weeklyChart.dart
@@ -3,6 +3,8 @@ import 'package:fl_chart/fl_chart.dart';
3
import 'package:flutter/material.dart';
4
5
class WeeklyChart extends StatelessWidget {
6
+ final covid;
7
+ WeeklyChart(this.covid);
8
@override
9
Widget build(BuildContext context) {
10
return AspectRatio(
0 commit comments