withRoot method

BarDrilldownConfig withRoot(
  1. BarDrillNode value
)

Replaces BarDrilldownConfig.root with value.

Implementation

BarDrilldownConfig withRoot(BarDrillNode value) => copyWith(root: value);