buttonText property

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

Text on the button.

Implementation

@Input()
String? buttonText;