withMotion method

BarChartStyle withMotion(
  1. BarMotionStyle value
)

Replaces BarChartStyle.motion with value.

Implementation

BarChartStyle withMotion(BarMotionStyle value) => copyWith(motion: value);