buildConfig property

BaseChartConfig Function(DrillDownLevel level)? buildConfig
final

Factory that builds the BaseChartConfig for this level.

Called lazily when the level becomes active, so expensive config construction only happens on demand.

Implementation

final BaseChartConfig Function(DrillDownLevel level)? buildConfig;