withMotion method
- BarMotionStyle value
Replaces BarChartStyle.motion with value.
Implementation
BarChartStyle withMotion(BarMotionStyle value) => copyWith(motion: value);
Replaces BarChartStyle.motion with value.
BarChartStyle withMotion(BarMotionStyle value) => copyWith(motion: value);