TF-1801 Add attachment list body builder

(cherry picked from commit 28da0d8a32f5b445d71cc3d00ea6885c8c719a69)
This commit is contained in:
hieubt
2023-10-19 16:15:40 +07:00
committed by Dat H. Pham
parent 6549d54d00
commit 60425888b3
7 changed files with 416 additions and 360 deletions
@@ -34,6 +34,8 @@ class AttachmentListStyles {
horizontal: 24.0,
vertical: 12.0
);
static const EdgeInsetsGeometry closeButtonPadding = EdgeInsets.all(12.0);
static const EdgeInsetsGeometry actionButtonsRowPadding = EdgeInsets.only(top: 12);
static const Color bodyBackgroundColor = Colors.white;
static const Color headerBorderColor = AppColor.colorDividerEmailView;