yesText property
Text to be displayed on the button that goes to the next step. By default, displays "Continue".
Implementation
@Input()
String yesText = continueMsg;
Text to be displayed on the button that goes to the next step. By default, displays "Continue".
@Input()
String yesText = continueMsg;