isAnimated property

bool get isAnimated

Whether this Roll provides animations for descendant Foil widgets.

When true, descendant Foil widgets will animate their gradients based on the Roll.crinkle properties, in addition to any pointer tracking animations.

Implementation

bool get isAnimated => widget.crinkle.isAnimated;