copyWith method
Implementation
BoxDecorationTween copyWith({BoxDecoration? begin, BoxDecoration? end}) {
return BoxDecorationTween(begin: begin ?? this.begin, end: end ?? this.end);
}
BoxDecorationTween copyWith({BoxDecoration? begin, BoxDecoration? end}) {
return BoxDecorationTween(begin: begin ?? this.begin, end: end ?? this.end);
}