TF-4308 Add NoLabelYetWidget for choose label modal

Signed-off-by: dab246 <tdvu@linagora.com>
This commit is contained in:
dab246
2026-04-16 19:33:35 +07:00
committed by Dat H. Pham
parent c5eb4a011d
commit 35b46ff21b
9 changed files with 288 additions and 89 deletions
@@ -282,6 +282,7 @@ class ImagePaths {
String get icColorPicker => _getImagePath('ic_color_picker.svg');
String get icThumbsUp => _getImagePath('ic_thumbs_up.svg');
String get icAllEmail => _getImagePath('ic_all_email.svg');
String get icNoTag => _getImagePath('ic_no_tag.svg');
String _getImagePath(String imageName) {
return AssetsPaths.images + imageName;