isPhone property

bool get isPhone

true if the current breakpointValue exactly matches CommonBreakpoint.phone

Implementation

bool get isPhone => matchesValue(CommonBreakpoint.phone);