Skip to content

Commit d96c75f

Browse files
committed
add background_color_ios description to README.md
1 parent 88ab71c commit d96c75f

File tree

1 file changed

+1
-0
lines changed

1 file changed

+1
-0
lines changed

README.md

+1
Original file line numberDiff line numberDiff line change
@@ -114,6 +114,7 @@ be used to fill out the background of the adaptive icon.
114114
- `icon/path/here.png`: This will generate a new launcher icons for the platform with the name you specify, without removing the old default existing Flutter launcher icon.
115115
- `image_path_ios`: The location of the icon image file specific for iOS platform (optional - if not defined then the image_path is used)
116116
- `remove_alpha_ios`: Removes alpha channel for IOS icons
117+
- `background_color_ios`: The color (E.g. `"#000000"`) that is used as background when removing alpha. Only used when `remove_alpha_ios` is set to `true` (optional - if not defined then `#ffffff` is used)
117118

118119
### Web
119120

0 commit comments

Comments
 (0)