withOrder method
- BarAnimationOrder value
Replaces BarMotionStyle.order with value.
Implementation
BarMotionStyle withOrder(BarAnimationOrder value) => copyWith(order: value);
Replaces BarMotionStyle.order with value.
BarMotionStyle withOrder(BarAnimationOrder value) => copyWith(order: value);