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