title property

Widget? title
final

Optional title widget for the picker interface.

Displayed at the top of the picker when shown in dialog mode, providing context about what the user is selecting.

Implementation

final Widget? title;