withMode method
Replaces PolarColumnCompositionConfig.mode with value.
Implementation
PolarColumnCompositionConfig withMode(PolarColumnCompositionMode value) =>
copyWith(mode: value);
Replaces PolarColumnCompositionConfig.mode with value.
PolarColumnCompositionConfig withMode(PolarColumnCompositionMode value) =>
copyWith(mode: value);