getEmojiBoxSize method

double getEmojiBoxSize(
  1. double width
)

Get Emoji hitbox size based on properties and screen width

Implementation

double getEmojiBoxSize(double width) {
  return width / columns;
}