hideHeader property

bool hideHeader
final

Whether to hide the picker header (title, cancel, and confirm buttons).

When true, only the picker columns are shown without any header. This is useful when embedding the picker in custom UI or when you want to handle confirmation through other means.

Defaults to false.

Implementation

final bool hideHeader;