noText property

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

The text to be shown on the cancel button.

For example, Dismiss, Not now, etc. Default value is No.

Implementation

@Input()
String noText = _msgNo;