placeholder property

Widget? placeholder
final

Widget displayed when no time is selected.

This placeholder appears in the picker button when initialValue is null and no time has been selected yet. If null, a default placeholder is used.

Implementation

final Widget? placeholder;