TabularLegendContentBuilder constructor
TabularLegendContentBuilder({
- LegendEntryLayout? legendEntryLayout,
- LegendLayout? legendLayout,
Implementation
TabularLegendContentBuilder(
{LegendEntryLayout? legendEntryLayout, LegendLayout? legendLayout})
: this.legendEntryLayout =
legendEntryLayout ?? const SimpleLegendEntryLayout(),
this.legendLayout =
legendLayout ?? new TabularLegendLayout.horizontalFirst();