isTablet static method

bool isTablet(
  1. double width
)

Implementation

static bool isTablet(double width) => width > mobile && width <= tablet;