yesText property

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

The text to be shown on the save button.

For example, Ok, Apply, etc. Default value is yes.

Implementation

@Input()
String yesText = _msgYes;