MhItemsViewTextSettings constructor

MhItemsViewTextSettings({
  1. String noDataToDisplay = "No data to display...",
  2. String selectedItems = "selected items",
  3. String copy = "Copy",
  4. String move = "Move",
  5. String below = "below",
  6. String above = "above",
  7. String inside = "inside",
})

Implementation

MhItemsViewTextSettings({
  this.noDataToDisplay = "No data to display...",
  this.selectedItems = "selected items",
  this.copy = "Copy",
  this.move = "Move",
  this.below = "below",
  this.above = "above",
  this.inside = "inside",
});