content property

Widget? content
final

Optional content widget for detailed alert information.

Type: Widget?. Provides additional context or description below the title. Can contain longer text or complex content layouts.

Implementation

final Widget? content;