isWatch method

bool isWatch(
  1. double cx, [
  2. double? cy
])

Checks if the given coordinates represent a watch device.

Implementation

bool isWatch(double cx, [double? cy]) => isDevice(watch, cx, cy);