prevLabel property

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

The aria-label to use on the prev button. Defaults to a generic "Previous" message.

Implementation

@Input()
String prevLabel = _genericPrevMsg;