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