Returns true if the platform is tablet.
true
@override bool get isTablet => window.matchMedia('(pointer: coarse) and (hover: none)').matches;