TF-736 Add header style inside rich text button

This commit is contained in:
dab246
2022-07-22 18:38:15 +07:00
committed by Dat H. Pham
parent 3cbf656d50
commit f5aaf2b344
5 changed files with 24 additions and 1 deletions
@@ -134,6 +134,7 @@ class ImagePaths {
String get icInsertImage => _getImagePath('ic_insert_image.svg');
String get icStyleStrikeThrough => _getImagePath('ic_style_strikethrough.svg');
String get icStyleCodeView => _getImagePath('ic_style_code_view.svg');
String get icStyleHeader => _getImagePath('ic_style_header.svg');
String _getImagePath(String imageName) {
return AssetsPaths.images + imageName;