EdgeInsetsTween constructor
Creates an EdgeInsets tween.
The begin
and end
properties may be null; the null value
is treated as an EdgeInsets with no inset.
Implementation
EdgeInsetsTween({ EdgeInsets begin, EdgeInsets end }) : super(begin: begin, end: end);