BoxConstraintsTween({BoxConstraints begin, BoxConstraints end })

Creates a box constraints tween.

The begin and end arguments must not be null.

Source

BoxConstraintsTween({ BoxConstraints begin, BoxConstraints end }) : super(begin: begin, end: end);