isPhone property
bool
get
isPhone
true if the current breakpointValue exactly matches CommonBreakpoint.phone
Implementation
bool get isPhone => matchesValue(CommonBreakpoint.phone);
true if the current breakpointValue exactly matches CommonBreakpoint.phone
bool get isPhone => matchesValue(CommonBreakpoint.phone);