inputDevice property

String? inputDevice

Specifies the type of input device to optimize the user interface for. These can either be: 'auto': Default. Automatically detects the device main input type 'cursor': UI is optimized for a cursor, and touch gestures are mostly ignored. 'touch': UI is optimized for touch, with larger buttons and full gesture support. https://docs.seats.io/docs/renderer/inputdevice

Implementation

String? get inputDevice;