TF-105 [BUG] Fix email address should be in lower case

This commit is contained in:
dab246
2021-10-11 12:17:04 +07:00
committed by Dat H. Pham
parent 15e1417730
commit ca28b55d24
6 changed files with 24 additions and 20 deletions
@@ -53,7 +53,7 @@ class SenderAndReceiverInformationTileBuilder {
title: Transform(
transform: Matrix4.translationValues(-15.0, 0.0, 0.0),
child: Text(
'${AppLocalizations.of(_context).from_email_address_prefix}: ${_presentationEmail!.getSenderName().inCaps}',
'${AppLocalizations.of(_context).from_email_address_prefix}: ${_presentationEmail!.getSenderName()}',
style: TextStyle(fontSize: 16, color: AppColor.nameUserColor, fontWeight: FontWeight.w500),
)),
subtitle: Transform(