isPhone method

bool isPhone()

Implementation

bool isPhone() => MediaQuery.of(this).size.width < tabletBreakpointGlobal;