hybridReleaseVelocity property

({double scaleVelocity, Velocity velocity})? Function() hybridReleaseVelocity
final

Live reader: the hybrid merger's combined release velocity computed from its last two focal/spread samples. Returns null if the merger didn't run recently — callers should fall back to the firing recognizer's own ScaleEndDetails.velocity.

Implementation

final ({Velocity velocity, double scaleVelocity})? Function()
    hybridReleaseVelocity;