TF-248 Update AppBar of ThreadView

This commit is contained in:
dab246
2022-02-08 18:00:56 +07:00
committed by Dat H. Pham
parent 74131407f2
commit 4a49ce8150
9 changed files with 67 additions and 94 deletions
@@ -47,6 +47,8 @@ class ImagePaths {
String get icUnStar => _getImagePath('ic_unstar.svg');
String get icAttachment => _getImagePath('ic_attachment.svg');
String get icChevron => _getImagePath('ic_chevron.svg');
String get icChevronDown => _getImagePath('ic_chevron_down.svg');
String get icFilter => _getImagePath('ic_filter.svg');
String _getImagePath(String imageName) {
return AssetsPaths.images + imageName;