bodyBuilder property

IndexedWidgetBuilder bodyBuilder
final

Builder objects for the title

The TitledPageView constructor builds this by going repeatedly through the children list. Explicitly:

(int index) => titleChildren[index % titleChildren.length])

The titleBuilder can be set directly by the TitledPageView.builder constructor.

Implementation

final IndexedWidgetBuilder bodyBuilder