isTouchEventSupported property

bool isTouchEventSupported
final

This flag indicates if the application is running on a device which support TouchEvents and therefore has a touch screen.

Implementation

final bool isTouchEventSupported = env.isTouchEventSupported;