IC_LAUNCHER_MIP_MAP_NO_MONOCHROME_XML top-level constant
String
const IC_LAUNCHER_MIP_MAP_NO_MONOCHROME_XML
Android launcher background image with no monochrome xml
Implementation
const String IC_LAUNCHER_MIP_MAP_NO_MONOCHROME_XML = '''
<?xml version="1.0" encoding="utf-8"?>
<adaptive-icon xmlns:android="http://schemas.android.com/apk/res/android">
<background android:drawable="@mipmap/$ANDROID_ADAPTIVE_BACKGROUND_ICON_NAME"/>
<foreground android:drawable="@mipmap/$ANDROID_ADAPTIVE_FOREGROUND_ICON_NAME"/>
</adaptive-icon>
''';