TF-736 Add header style inside rich text button
This commit is contained in:
@@ -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;
|
||||
|
||||
Reference in New Issue
Block a user