coral property
The Coral<double> instance exposing the animated double value lifecycle.
Cascades the underlying AnimationController resource to a Coral<double> stream/resource, fulfilling the CoralProvider<double> interface contract.
Implementation
@override
Coral<double> get coral => _provider.coral;