TF-3410 Use TextTheme apply almost text style for text widget
Signed-off-by: dab246 <tdvu@linagora.com>
This commit is contained in:
@@ -141,7 +141,6 @@ class ImagePaths {
|
||||
String get icSwitchOff => _getImagePath('ic_switch_off.svg');
|
||||
String get icClock => _getImagePath('ic_clock.svg');
|
||||
String get icCalendar => _getImagePath('ic_calendar.svg');
|
||||
String get icAddEmailForward => _getImagePath('ic_add_email_forwards.svg');
|
||||
String get icChevronDownOutline => _getImagePath('ic_chevron_down_outline.svg');
|
||||
String get icUndo => _getImagePath('ic_undo.svg');
|
||||
String get icDownloadAttachment => _getImagePath('ic_download_attachment.svg');
|
||||
@@ -227,6 +226,7 @@ class ImagePaths {
|
||||
String get icSubaddressingAllow => _getImagePath('ic_subaddressing_allow.svg');
|
||||
String get icSubaddressingDisallow => _getImagePath('ic_subaddressing_disallow.svg');
|
||||
String get icMarkAsImportant => _getImagePath('ic_mark_as_important.svg');
|
||||
String get icCloseDialog => _getImagePath('ic_close_dialog.svg');
|
||||
|
||||
String _getImagePath(String imageName) {
|
||||
return AssetsPaths.images + imageName;
|
||||
|
||||
Reference in New Issue
Block a user