MultiTapEvent
Result payload for multi-touch tap detection.
Inherits: flet.controls.control_event.ControlEvent
Properties
correct_touches-Truewhen the active touch count reaches flet.GestureDetector.multi_tap_touches; otherwiseFalseis emitted when the sequence is interrupted.
Properties
correct_touchesclass-attributeinstance-attribute
correct_touches: bool = field(metadata={'data_field': 'ct'})True when the active touch count reaches flet.GestureDetector.multi_tap_touches; otherwise False is emitted when the sequence is interrupted.