actionText property

String? actionText
final

Optional label for the action button shown below the message.

If provided with onActionPressed, creates a TextButton for user actions like refresh or navigate, ensuring intuitive interaction in centered layouts.

Implementation

final String? actionText;