customHeaderBuilder property

Widget Function(dynamic tapAction(), bool isExpanded, bool isDisabled)? customHeaderBuilder
final

A builder function to create a custom header widget.

The function provides a tapAction callback, an isExpanded boolean, and a isDisabled boolean. The custom header should handle its own internal layout.

Implementation

final Widget Function(Function() tapAction, bool isExpanded, bool isDisabled)?
customHeaderBuilder;