cancelText property
The text to be shown on the cancel button.
For example: "Dismiss", "Not now", etc. Default value is "Cancel".
Implementation
@Input()
String cancelText = _msgCancel;
The text to be shown on the cancel button.
For example: "Dismiss", "Not now", etc. Default value is "Cancel".
@Input()
String cancelText = _msgCancel;