Skip to content

Commit

Permalink
v1 completed
Browse files Browse the repository at this point in the history
  • Loading branch information
ashishkhuraishy committed Mar 22, 2020
1 parent 60b73e6 commit 0f127aa
Showing 1 changed file with 1 addition and 1 deletion.
2 changes: 1 addition & 1 deletion lib/Widgets/details.dart
Expand Up @@ -3,7 +3,7 @@ import 'package:flutter/material.dart';

class Details extends StatelessWidget {
final Report report;
int todayAffeced, todayDeaths;
final int todayAffeced, todayDeaths;
Details({this.report, this.todayAffeced, this.todayDeaths});

@override
Expand Down

0 comments on commit 0f127aa

Please sign in to comment.