isMobile property

  1. @override
bool get isMobile

Returns true if the platform is mobile.

Implementation

@override
bool get isMobile =>
    window.matchMedia('(max-width: 768px) and (pointer: coarse)').matches;