EdgeInsetsTween constructor

EdgeInsetsTween(
  1. {EdgeInsets? begin,
  2. EdgeInsets? end}
)

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({ super.begin, super.end });