isDrawer static method

bool isDrawer(
  1. double width
)

Mobile e tablet → sidebar vira drawer.

Implementation

static bool isDrawer(double width) => width < desktop;