isDesktop static method

bool isDesktop(
  1. double width
)

Implementation

static bool isDesktop(double width) => width > smallDesktop;