nextLabel property

  1. @Input()
String nextLabel
getter/setter pair

The aria-label to use on the next button. Defaults to a generic "Next" message.

Implementation

@Input()
String nextLabel = _genericNextMsg;