LegendContainer constructor

LegendContainer({
  1. required ChartTopContainer chartTopContainer,
})

Constructs the container that holds the data series legends labels and color indicators.

The passed LayoutExpansion is (assumed) to direct the expansion to fill all available horizontal space, and only use necessary vertical space.

Implementation

LegendContainer({
  required ChartTopContainer chartTopContainer,
}) : super(
        chartTopContainer: chartTopContainer,
      );