Skip to content

Commit

Permalink
Update README.md
Browse files Browse the repository at this point in the history
  • Loading branch information
Fintasys committed Aug 22, 2021
1 parent 58675ca commit b37b0da
Showing 1 changed file with 2 additions and 2 deletions.
4 changes: 2 additions & 2 deletions README.md
Original file line number Diff line number Diff line change
Expand Up @@ -35,7 +35,7 @@ EmojiPicker(
},
config: Config(
columns: 7,
emojiSizeMax: 32.0,
emojiSizeMax: 32 * (Platform.isIOS ? 1.30 : 1.0), // Issue: https://github.com/flutter/flutter/issues/28894
verticalSpacing: 0,
horizontalSpacing: 0,
initCategory: Category.RECENT,
Expand Down Expand Up @@ -63,7 +63,7 @@ See the [demo](https://github.com/Fintasys/emoji_picker_flutter/blob/master/exam
| --------------- | ------------------------------------------------------------------ |------------|
| columns | Number of emojis per row |7 |
| emojiSizeMax | Width and height the emoji will be maximal displayed |32.0 |
| verticalSpacing | Verical spacing between emojis | ToastGravity.BOTTOM |
| verticalSpacing | Verical spacing between emojis | 0 |
| horizontalSpacing | Horizontal spacing between emojis | 0 |
| initCategory | The initial Category that will be selected |Category.RECENT |
| bgColor | The background color of the Widget |Color(0xFFF2F2F2) |
Expand Down

0 comments on commit b37b0da

Please sign in to comment.