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);
Creates a box constraints tween.
The begin
and end
arguments must not be null.
BoxConstraintsTween({ BoxConstraints begin, BoxConstraints end }) : super(begin: begin, end: end);