absFraction property

double get absFraction

Absolute vertical expansion ratio of the bottom sheet based on the current animation value.

Ranges from 0.0 to maxFraction.

Implementation

double get absFraction => _tween.transform(animValue);