isDesktop static method

bool isDesktop([
  1. Size? size
])

Implementation

static bool isDesktop([Size? size]) =>
    getType(size) == DeviceScreenType.DESKTOP;