cancelText property

String cancelText
final

Text label for the cancel button.

This String customizes the secondary action button's label, defaulting to "Cancel". It is used in an OutlineButton to dismiss the dialog without submission.

Implementation

final String cancelText;