showPrevious property

bool? showPrevious
getter/setter pair

Use showNext and showPrevious to hide buttons. Usable for instance if you want a function to handle it.

Implementation

bool? showNext, showPrevious;