PointerHoverInfo.fromDetails constructor

PointerHoverInfo.fromDetails(
  1. Stage stage,
  2. PointerHoverEvent raw
)

Implementation

PointerHoverInfo.fromDetails(
  Stage stage,
  PointerHoverEvent raw,
) : super(stage, raw.position, raw);