touchType property
TouchType
get
touchType
Implementation
TouchType get touchType =>
TouchType.fromValue(js_util.getProperty(this, 'touchType'));
set
touchType
(TouchType newValue)
Implementation
set touchType(TouchType newValue) {
js_util.setProperty(this, 'touchType', newValue.value);
}