LegendEntryBase constructor

LegendEntryBase(
  1. String label, {
  2. TextStyleSpec? textStyle,
  3. int? rowNumber,
  4. int? columnNumber,
  5. int? rowCount,
  6. int? columnCount,
  7. bool? inFirstRow,
  8. bool? inFirstColumn,
  9. bool? inLastRow,
  10. bool? inLastColumn,
})

Implementation

LegendEntryBase(
  this.label, {
  this.textStyle,
  this.rowNumber,
  this.columnNumber,
  this.rowCount,
  this.columnCount,
  this.inFirstRow,
  this.inFirstColumn,
  this.inLastRow,
  this.inLastColumn,
});