headerBuilder property

ExpansibleComponentBuilder headerBuilder
final

Builds the always-displayed header.

Many use cases involve toggling the expansion state when this header is tapped. To toggle the expansion state, call ExpansibleController.expand or ExpansibleController.collapse.

Implementation

final ExpansibleComponentBuilder headerBuilder;