Returns true if the platform is a desktop or laptop.
true
@override bool get isDesktop => window.matchMedia('(pointer: fine) and (hover: hover)').matches;