bulkAnimationValue property

double get bulkAnimationValue

Current animation value of the bulk animation group, or 0.0 if none.

Implementation

double get bulkAnimationValue => _bulkAnimationGroup?.value ?? 0.0;