add method

Implementation

BoxDecorationTween add(BoxDecoration newEnd) {
  return copyWith(begin: end, end: newEnd);
}