Returns true if the platform is mobile.
true
@override bool get isMobile => window.matchMedia('(max-width: 768px) and (pointer: coarse)').matches;