Remove icon_background_color
This commit is contained in:
parent
70fe2aec67
commit
9fd40c0325
|
|
@ -121,15 +121,10 @@ flutter_native_splash:
|
||||||
# 768 pixels in diameter.
|
# 768 pixels in diameter.
|
||||||
image: "images/icon.png"
|
image: "images/icon.png"
|
||||||
|
|
||||||
# Splash screen background color.
|
|
||||||
#color: "#ffffff"
|
|
||||||
|
|
||||||
# The image_dark, color_dark, icon_background_color_dark, and branding_dark set values that
|
# The image_dark, color_dark, icon_background_color_dark, and branding_dark set values that
|
||||||
# apply when the device is in dark mode. If they are not specified, the app will use the
|
# apply when the device is in dark mode. If they are not specified, the app will use the
|
||||||
# parameters from above.
|
# parameters from above.
|
||||||
image_dark: "images/icon.png"
|
image_dark: "images/icon.png"
|
||||||
#color_dark: "#333333"
|
|
||||||
icon_background_color: "#FF0000"
|
|
||||||
|
|
||||||
# The android, ios and web parameters can be used to disable generating a splash screen on a given
|
# The android, ios and web parameters can be used to disable generating a splash screen on a given
|
||||||
# platform.
|
# platform.
|
||||||
|
|
|
||||||
Loading…
Reference in New Issue