titleBuilder property
final
Builder objects for the title
The TitledPageView constructor builds this by going repeatedly through the titleChildren list. Explicitly:
(int index) => titleChildren[index % titleChildren.length])
The titleBuilder can be set directly by the TitledPageView.builder constructor.
Implementation
final IndexedWidgetBuilder titleBuilder