withOrder method

BarMotionStyle withOrder(
  1. BarAnimationOrder value
)

Replaces BarMotionStyle.order with value.

Implementation

BarMotionStyle withOrder(BarAnimationOrder value) => copyWith(order: value);