update pickup

This commit is contained in:
Thinzar Win
2020-06-30 16:27:56 +06:30
parent 9fc7ef5381
commit a8caaf6073
8 changed files with 250 additions and 166 deletions

View File

@@ -108,7 +108,10 @@ class _NotificationListState extends State<NotificationList> {
),
msg.fromToday()
? Container()
: Text(dateFormatter.format(msg.date),style: TextStyle(color: Colors.grey),),
: Text(
dateFormatter.format(msg.date),
style: TextStyle(color: Colors.grey),
),
],
),
)