EmojiView constructor
const
EmojiView({})
Implementation
const EmojiView({
Key? key,
required this.left,
required this.top,
required this.ontap,
required this.onpanupdate,
required this.mapJson,
}) : super(key: key);