first commit
This commit is contained in:
7
lib/Screens/DashBoard/chart_data.dart
Normal file
7
lib/Screens/DashBoard/chart_data.dart
Normal file
@@ -0,0 +1,7 @@
|
||||
class ChartData {
|
||||
ChartData(this.x, this.y, this.y1);
|
||||
|
||||
final String x;
|
||||
final double y;
|
||||
final double y1;
|
||||
}
|
||||
Reference in New Issue
Block a user