isShowing static method

bool isShowing()

Returns whether the cursor is currently showing.

Implementation

static bool isShowing() {
  return _cursor != SystemMouseCursors.none;
}