LegendCategory<D>  constructor 
      
      LegendCategory<D> (})
     
    
    
Implementation
LegendCategory(
  String label,
  this.entries, {
  TextStyleSpec? textStyle,
  int? rowNumber,
  int? columnNumber,
  int? rowCount,
  int? columnCount,
  bool? inFirstRow,
  bool? inFirstColumn,
  bool? inLastRow,
  bool? inLastColumn,
}) : super(label,
          textStyle: textStyle,
          rowNumber: rowNumber,
          columnNumber: columnNumber,
          rowCount: rowCount,
          columnCount: columnCount,
          inFirstRow: inFirstRow,
          inFirstColumn: inFirstColumn,
          inLastRow: inLastRow,
          inLastColumn: inLastColumn);