dismissThresholds property

Map<DismissiblePageDismissDirection, double> dismissThresholds
final

The offset threshold the item has to be dragged in order to be considered dismissed. default is _kDismissThreshold, value (0.0 - 1.0)

Implementation

final Map<DismissiblePageDismissDirection, double> dismissThresholds;