Skip to content

Commit 71a73ee

Browse files
committed
refine texts
1 parent d96c75f commit 71a73ee

File tree

1 file changed

+1
-1
lines changed

1 file changed

+1
-1
lines changed

README.md

+1-1
Original file line numberDiff line numberDiff line change
@@ -114,7 +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)
117+
- `background_color_ios`: The color (in the format "#RRGGBB") to be used as the background when removing the alpha channel. It is used only when the `remove_alpha_ios` property is set to true. (optional - if not defined then `#ffffff` is used)
118118

119119
### Web
120120

0 commit comments

Comments
 (0)