Returns true if the platform is an iPad.
true
@override bool get isiPad => _ua.contains('ipad') || (isMacOS && navigator.maxTouchPoints > 1);