toolbarBuilder property

CupertinoToolbarBuilder toolbarBuilder
final

Builds the toolbar container.

Useful for customizing the high-level background of the toolbar. The given child Widget will contain all of the children.

The given anchor and isAbove can be used to position an arrow, as in the default Cupertino toolbar.

Implementation

final CupertinoToolbarBuilder toolbarBuilder;