const String imagePath = "assets/images"; const String iconPath = "assets/icons"; /// The anchor mark, matching the native splash so the handover is invisible. const String splashMark = "$iconPath/splash.png"; const String logoMark = "$iconPath/icon.png"; const String loadingBg = "$imagePath/loading.jpg"; const String emptyQueue = "$imagePath/empty_queue.png";