noText property

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

Text to be displayed on the button that goes back to the former step. By default, displays "Cancel".

Implementation

@Input()
String noText = _cancelMsg;