Carousel.allowLongSwipes

Set allowLongSwipes property.

  1. bool allowLongSwipes [@property getter]
  2. bool allowLongSwipes [@property setter]
    class Carousel
    @property
    void
    allowLongSwipes
    (
    bool propval
    )

Parameters

propval bool

Whether to allow swiping for more than one page at a time.

If the value is FALSE, each swipe can only move to the adjacent pages.