You cannot select more than 25 topics
Topics must start with a letter or number, can include dashes ('-') and can be up to 35 characters long.
|
|
|
|
class AppAsset {
|
|
|
|
|
static String loginTopBg = 'assets/images/login_top_bg.png';
|
|
|
|
|
static String askOtpIcon = 'ask_otp_icon';
|
|
|
|
|
static String askRequesterIcon = 'ask_requester_icon';
|
|
|
|
|
static String scanQrIcon = 'scan_qr_icon';
|
|
|
|
|
static String calendarIcon = 'calendar_icon';
|
|
|
|
|
static String listIcon = 'list_icon';
|
|
|
|
|
static String takeDevicePhotoIcon = 'take_device_photo_icon';
|
|
|
|
|
static String getQrCodeIcon = 'qr_code_icon';
|
|
|
|
|
static String maintenanceIcon = 'maintenance_icon';
|
|
|
|
|
static String retiredAssetIcon = 'assets/images/retired_asset_icon.svg';
|
|
|
|
|
static String sparePartIcon = 'spare_part_icon';
|
|
|
|
|
static String editIcon = 'assets/images/edit_icon.svg';
|
|
|
|
|
static String deleteIcon = 'assets/images/delete_icon.svg';
|
|
|
|
|
static String overDueIcon = 'assets/images/overdue.svg';
|
|
|
|
|
}
|