dialogTitle property

Widget? dialogTitle
final

Custom title widget displayed at the top of the dialog when using dialog mode, of type Widget?. It allows adding branding, contextual instructions, or icons, such as "Select Meeting Time", to guide users. This field is ignored in popover mode and enhances the immersive experience in PromptMode.dialog within forms.

Implementation

final Widget? dialogTitle;