actionText property

String? actionText
final

Optional text for the action button.

If provided along with onActionPressed, a button with this text will be displayed below the message.

Implementation

final String? actionText;