TF-740 Implement apply order list in composer web

This commit is contained in:
dab246
2022-07-27 12:03:47 +07:00
committed by Dat H. Pham
parent 59ce413a78
commit d6ba69424a
8 changed files with 63 additions and 11 deletions
@@ -143,6 +143,8 @@ class ImagePaths {
String get icAlignJustify => _getImagePath('ic_align_justify.svg');
String get icAlignIndent => _getImagePath('ic_align_indent.svg');
String get icAlignOutdent => _getImagePath('ic_align_outdent.svg');
String get icOrderNumber => _getImagePath('ic_order_number.svg');
String get icOrderBullet => _getImagePath('ic_order_bullet.svg');
String _getImagePath(String imageName) {
return AssetsPaths.images + imageName;