We read every piece of feedback, and take your input very seriously.
To see all available qualifiers, see our documentation.
1 parent 4398792 commit 1df7224Copy full SHA for 1df7224
2 files changed
assets/images/image_file_not_found.png
18.6 KB
lib/core/util/images.dart
@@ -9,6 +9,7 @@ class BaseIconTray {
9
class BaseImage {
10
static const _path = 'assets/images';
11
static const imagePlaceholder = '$_path/image_placeholder.jpeg';
12
+ static const imageFileNotFound = '$_path/image_file_not_found.png';
13
}
14
15
class BaseAnimation {
0 commit comments