ListAppBar<T extends IdItemInterface> constructor

const ListAppBar<T extends IdItemInterface>({
  1. Key? key,
  2. Widget? title,
  3. bool? showBackArrow,
  4. bool showSelectAllButton = false,
  5. List<Widget?>? appBarButtons,
  6. List<Widget?>? appBarPopupButtons,
  7. bool showCountInDescription = false,
  8. Widget? selectionTitle,
  9. Widget? description,
  10. bool hasSearch = true,
})

Implementation

const ListAppBar({
  Key? key,
  this.title,
  this.showBackArrow,
  this.showSelectAllButton = false,
  this.appBarButtons,
  this.appBarPopupButtons,
  this.showCountInDescription = false,
  this.selectionTitle,
  this.description,
  this.hasSearch = true,
})  : customListState = null,
      super(key: key);