error property

  1. @Input()
String? error
getter/setter pair

Error to show up in the error section of the dialog.

Implementation

@Input()
String? error;