addRepaintBoundary property
Indicate to automatically add a RepaintBoundary
widget around the animation.
This allows to optimize the app performance by isolating the animation in its
own Layer
.
This property is true
by default.
Implementation
final bool addRepaintBoundary;