PlexTableFeatures constructor

const PlexTableFeatures({
  1. bool search = false,
  2. List<PlexExportFormat> export = const [],
  3. bool groupBy = false,
  4. bool editing = false,
  5. bool print = false,
})

Implementation

const PlexTableFeatures({
  this.search = false,
  this.export = const [],
  this.groupBy = false,
  this.editing = false,
  this.print = false,
});