isMobile static method

dynamic isMobile(
  1. double width
)

Implementation

static isMobile(final double width) => width <= mobileWidth && width > 600;