dialogTitle property

Widget? dialogTitle
final

Custom title widget for dialog mode, of type Widget?, providing contextual guidance such as "Choose Event Date" or branded headers. Ignored in popover mode; enhances user orientation in full-screen PromptMode.dialog sessions integrated with ArcaneField<DateTime>.

Implementation

final Widget? dialogTitle;