menu
kitawi package
documentation
kitawi.dart
TouchEventInit
targetTouches property
targetTouches property
dark_mode
light_mode
targetTouches
property
JSArray
<
Touch
>
get
targetTouches
Implementation
external JSArray<Touch> get targetTouches;
set
targetTouches
(
JSArray
<
Touch
>
value
)
Implementation
external set targetTouches(JSArray<Touch> value);
kitawi package
documentation
kitawi
TouchEventInit
targetTouches property
TouchEventInit extension type