repeatSrcMixinClone method
void
repeatSrcMixinClone(
- RepeatSrcMixin base
inherited
Implementation
void repeatSrcMixinClone(RepeatSrcMixin base) {
repeat = base.repeat;
_repeatGap = base._repeatGap;
_repeatStart = base._repeatStart;
rotate = base.rotate;
}