HitTestMouseMsg constructor
Creates a mouse message that has passed hit-testing against a render object.
Implementation
const HitTestMouseMsg({
required this.event,
required this.localX,
required this.localY,
});
Creates a mouse message that has passed hit-testing against a render object.
const HitTestMouseMsg({
required this.event,
required this.localX,
required this.localY,
});