MouseCursorData constructor

MouseCursorData(
  1. String url,
  2. Point<int> hotSpot
)

Implementation

MouseCursorData(this.url, this.hotSpot);