yesText property

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

Text to be displayed on the button that goes to the next step. By default, displays "Continue".

Implementation

@Input()
String yesText = continueMsg;