TF-119 Filter messages with unread, attachments, starred

This commit is contained in:
dab246
2022-02-11 14:02:06 +07:00
committed by Dat H. Pham
parent c22bc94052
commit ca69bee4cd
22 changed files with 447 additions and 34 deletions
@@ -42,7 +42,7 @@ class EmailContentItemBuilder {
padding: EdgeInsets.zero,
child: Text(
_emailContent.content,
style: TextStyle(fontSize: 14, color: AppColor.nameUserColor)));
style: TextStyle(fontSize: 14, color: AppColor.colorNameEmail)));
case EmailContentType.other:
return SizedBox.shrink();
}