检查当前平台是否支持触摸事件。
static bool get supported { try { return TouchEvent('touches') is TouchEvent; } catch (_) {} return false; }