onTouchMove method

T onTouchMove(
  1. EventCallback handler
)

Implementation

T onTouchMove(EventCallback handler) {
  _attrs['onTouchMove'] = EventAttribute.fromContext(handler);
  return self;
}