TF-537 Add presentation layer for delete a identity

This commit is contained in:
dab246
2022-05-05 15:08:14 +07:00
committed by Dat H. Pham
parent c40be824ff
commit 087a037de5
12 changed files with 342 additions and 35 deletions
@@ -112,6 +112,7 @@ extension AppColor on Color {
static const colorLoading = Color(0x2999A2AD);
static const colorActionButtonHover = Color(0xFFA2AAB3);
static const colorBgMenuItemDropDownSelected = Color(0x80DEE2E7);
static const colorButtonCancelDialog = Color(0x0D000000);
static const mapGradientColor = [
[Color(0xFF21D4FD), Color(0xFFB721FF)],
@@ -101,6 +101,8 @@ class ImagePaths {
String get icEmail => _getImagePath('ic_email.svg');
String get icReplyTo => _getImagePath('ic_reply_to.svg');
String get icEditIdentity => _getImagePath('ic_edit_identity.svg');
String get icDeleteDialogIdentity => _getImagePath('ic_delete_dialog_identity.svg');
String get icDeleteDialogFailed => _getImagePath('ic_delete_dialog_failed.svg');
String _getImagePath(String imageName) {
return AssetsPaths.images + imageName;