MultiTouchRecognizeSettings class

Настройки распознавания касания несколькими пальцами.

Constructors

MultiTouchRecognizeSettings([double multitouchShiftThresholdMm = 7])
const

Properties

hashCode int
The hash code for this object.
no setteroverride
multitouchShiftThresholdMm double
Порог сдвига взвешенного среднего точек, в миллиметрах, преодоление которого говорит о начале сдвига несколькими пальцами.
final
runtimeType Type
A representation of the runtime type of the object.
no setterinherited

Methods

copyWith({double? multitouchShiftThresholdMm}) MultiTouchRecognizeSettings
noSuchMethod(Invocation invocation) → dynamic
Invoked when a nonexistent method or property is accessed.
inherited
toString() String
A string representation of this object.
inherited

Operators

operator ==(Object other) bool
The equality operator.
override