ListingLabels constructor

const ListingLabels({
  1. String document = 'Listing',
  2. String filter = 'Filter',
  3. String count = 'Rows',
})

ListingLabels API.

Implementation

const ListingLabels({
  this.document = 'Listing',
  this.filter = 'Filter',
  this.count = 'Rows',
});