Skip to content

Commit 1df7224

Browse files
committed
ui: Tambahkan aset image_file_not_found.png
1 parent 4398792 commit 1df7224

2 files changed

Lines changed: 1 addition & 0 deletions

File tree

18.6 KB
Loading

lib/core/util/images.dart

Lines changed: 1 addition & 0 deletions
Original file line numberDiff line numberDiff line change
@@ -9,6 +9,7 @@ class BaseIconTray {
99
class BaseImage {
1010
static const _path = 'assets/images';
1111
static const imagePlaceholder = '$_path/image_placeholder.jpeg';
12+
static const imageFileNotFound = '$_path/image_file_not_found.png';
1213
}
1314

1415
class BaseAnimation {

0 commit comments

Comments
 (0)