counterBuilder property

CounterBuilder counterBuilder
final

The primary widget displayed in the app bar. The itemsCount property gives you the count of the selected items. Typically a Text widget containing a description of the current contents of the app.

Implementation

final CounterBuilder counterBuilder;