dialogTitle property

Widget? dialogTitle
final

Optional title widget for the dialog mode.

Used only when mode is PromptMode.dialog. Displayed at the top of the modal time picker dialog.

Implementation

final Widget? dialogTitle;