Skip to content

Commit

Permalink
Merge branch 'master' of github.com:Sh1d0w/multi_image_picker
Browse files Browse the repository at this point in the history
  • Loading branch information
Sh1d0w committed Mar 21, 2020
2 parents 1032ea1 + 6c14c68 commit 68ec560
Showing 1 changed file with 1 addition and 1 deletion.
2 changes: 1 addition & 1 deletion docs/theming.md
Original file line number Diff line number Diff line change
Expand Up @@ -49,7 +49,7 @@ List resultList = await MultiImagePicker.pickImages(
maxImages: 3,
cupertinoOptions: CupertinoOptions(
selectionFillColor: "#ff11ab",
selectionTextColor: "#ff00a5",
selectionTextColor: "#ffffff",
selectionCharacter: "✓",
),
);
Expand Down

0 comments on commit 68ec560

Please sign in to comment.