isPhone static method

bool isPhone()

Implementation

static bool isPhone() => !isWeb && MediaQuery.of(navigatorKey.currentContext!).size.shortestSide < 600;