buttonText property

String? buttonText
final

buttonText is optional; the text to be displayed inside the button. Omitted if buttonImage is set. Default vlaue is an empty string.

Implementation

final String? buttonText;