null safety

This commit is contained in:
phyothandar
2021-09-10 15:22:11 +06:30
parent 51a5fe0740
commit c90661b262
24 changed files with 194 additions and 193 deletions

View File

@@ -58,7 +58,7 @@ class InvoiceListRow extends StatelessWidget {
fontSize: 13.0, color: primaryColor),
),
new Text(
dateFormatter.format(invoice!.invoiceDate),
dateFormatter.format(invoice!.invoiceDate!),
style: new TextStyle(
fontSize: 15.0, color: Colors.grey),
)