dragFriction property

double dragFriction
final

Friction to apply when the sheet reaches its bounds. The higher the number, the more friction is applied. Defaults to 0.52.

Warning: If dragFriction < 0, your bottom sheet will accelerate off the screen.

Implementation

final double dragFriction;