isWatch static method

bool isWatch([
  1. Size? size
])

Implementation

static bool isWatch([Size? size]) => getType(size) == DeviceScreenType.WATCH;