TF-4178 Add create new label modal

This commit is contained in:
dab246
2025-11-26 12:10:55 +07:00
committed by Dat H. Pham
parent f6f299dc97
commit d3029ec4de
16 changed files with 629 additions and 1 deletions
@@ -110,6 +110,7 @@ class TMailButtonWidget extends StatelessWidget {
EdgeInsetsGeometry? margin,
Color? hoverColor,
Alignment? alignment,
BoxBorder? border,
}) {
return TMailButtonWidget(
key: key,
@@ -137,6 +138,7 @@ class TMailButtonWidget extends StatelessWidget {
margin: margin,
hoverColor: hoverColor,
alignment: alignment,
border: border,
);
}