descriptionWidget property
A custom widget for the dialog's content area, used when description
is null. Defaults to an empty SizedBox to avoid layout issues.
Useful for complex content like ConfirmText or formatted explanations.
Implementation
final Widget descriptionWidget;