Add icon, color, widget_builder, responsive for core module
This commit is contained in:
@@ -16,6 +16,16 @@ class ImagePaths {
|
||||
String get icMailboxNewFolder => _getImagePath('ic_mailbox_new_folder.svg');
|
||||
String get icFolderArrow => _getImagePath('ic_folder_arrow.svg');
|
||||
String get icExpandFolder => _getImagePath('ic_expand_folder.svg');
|
||||
String get icBack => _getImagePath('ic_back.svg');
|
||||
String get icEyeDisable => _getImagePath('ic_eye_disable.svg');
|
||||
String get icFolder => _getImagePath('ic_folder.svg');
|
||||
String get icForward => _getImagePath('ic_forward.svg');
|
||||
String get icReply => _getImagePath('ic_reply.svg');
|
||||
String get icReplyAll => _getImagePath('ic_reply_all.svg');
|
||||
String get icStar => _getImagePath('ic_star.svg');
|
||||
String get icTrash => _getImagePath('ic_trash.svg');
|
||||
String get icCalendar => _getImagePath('ic_calendar.svg');
|
||||
String get icShare => _getImagePath('ic_share.svg');
|
||||
|
||||
String _getImagePath(String imageName) {
|
||||
return AssetsPaths.images + imageName;
|
||||
|
||||
Reference in New Issue
Block a user