rollListenable property
ValueListenable?
get
rollListenable
The animation controller as a ValueListenable.
Descendant Foil widgets listen to this to animate their gradients based on the Roll.crinkle properties.
Implementation
ValueListenable? get rollListenable => _rollController;