repeatSrcMixinClone method

void repeatSrcMixinClone(
  1. RepeatSrcMixin base
)
inherited

Implementation

void repeatSrcMixinClone(RepeatSrcMixin base) {
  repeat = base.repeat;
  _repeatGap = base._repeatGap;
  _repeatStart = base._repeatStart;
  rotate = base.rotate;
}