Pointable constructor
Pointable({})
Implementation
Pointable({
required this.node,
this.onHoverEnter,
this.onHoverExit,
this.onPress,
this.onRelease,
this.hoverColor = const Color(0x40FFFFFF),
this.pressColor = const Color(0x80FFFFFF),
});