isWideDesktop static method

bool isWideDesktop(
  1. double width
)

Implementation

static bool isWideDesktop(double width) => width > desktop;