closeProgressThreshold property

  1. @override
double closeProgressThreshold
final

The threshold for determining whether the sheet is closing. Defaults to 0.5.

Contract

Throws an AssertionError if the value is not in the range [0, 1].

Implementation

@override
final double closeProgressThreshold;