positiveButtonName property

String? positiveButtonName
final

The (optional) name or label for the positive button.

This parameter allows you to specify the text to be displayed on the positive button. If provided, it will create a default-styled button.

Implementation

final String? positiveButtonName;