message property

Widget? message
final

An optional descriptive message that provides more details about the reason for the alert.

Typically a Text widget.

Implementation

final Widget? message;