showNextPrevButtons property

  1. @Input()
bool showNextPrevButtons
getter/setter pair

Whether or not to show the next and previous buttons.

Defaults to true.

Implementation

@Input()
bool showNextPrevButtons = true;