add rich text style strike through

This commit is contained in:
Liz Bui
2022-07-21 14:50:29 +07:00
committed by Dat H. Pham
parent e6f1ced4cd
commit 75133f05f2
5 changed files with 23 additions and 1 deletions
@@ -132,6 +132,7 @@ class ImagePaths {
String get icStyleItalic => _getImagePath('ic_style_italic.svg');
String get icStyleUnderline => _getImagePath('ic_style_underline.svg');
String get icInsertImage => _getImagePath('ic_insert_image.svg');
String get icStyleStrikeThrough => _getImagePath('ic_style_strikethroughs.svg');
String _getImagePath(String imageName) {
return AssetsPaths.images + imageName;