Add progress loading view when build tree

This commit is contained in:
dab246
2023-02-17 15:24:46 +07:00
committed by Dat Vu
parent d50b5044e1
commit 062f444b86
5 changed files with 20 additions and 7 deletions
@@ -277,8 +277,7 @@ mixin MailboxWidgetMixin {
EdgeInsets? padding
}
) {
return Container(
color: Colors.transparent,
return Padding(
padding: padding ?? EdgeInsets.only(
top: 10,
left: responsiveUtils.isDesktop(context) ? 0 : 16,