Get Emoji hitbox size based on properties and screen width
double getEmojiBoxSize(double width) { return width / columns; }