isDesktop static method

dynamic isDesktop(
  1. double width
)

Implementation

static isDesktop(final double width) => width >= desktopWidth;