message property

String? message
final

An optional message to be displayed alongside the popup button.

This message can provide additional information or context to the user, enhancing the understanding of the button's purpose or function.

Implementation

final String? message;