withCursor method

MouseRegion withCursor(
  1. MouseCursor cursor, {
  2. Key? key,
})

Implementation

MouseRegion withCursor(
  MouseCursor cursor, {
  Key? key,
}) =>
    MouseRegion(
      cursor: cursor,
      child: this,
    );