show static method

void show()

Shows the cursor.

Implementation

static void show() {
  cursor = (_lastCursor ?? SystemMouseCursors.basic);
}