closeThreshold property

double? closeThreshold
final

The fraction of the total extent from where the Slidable will automatically close when the drag end.

Must be between 0 (excluded) and 1 (excluded).

By default this value is half the extentRatio.

Implementation

final double? closeThreshold;