EdgeInsetsTween constructor Null safety
- {EdgeInsets? begin,
- 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 });