titleBuilder property

Widget Function(double animationValue, double easeInValue, bool isExpanded, dynamic toggleFunction({bool animated})) titleBuilder
final

The builder of title.

Typically a Button widget that call toggleFunction when pressed.

Implementation

final Widget Function(double animationValue, double easeInValue,
    bool isExpanded, Function({bool animated}) toggleFunction) titleBuilder;