Get Emoji size based on properties and screen width
double getEmojiSize(double width) { final maxSize = width / columns; return min(maxSize, emojiSizeMax); }