onChange property

(dynamic Function(double value)?) onChange
final

Callback called when new part of area is revealed (min 0.1% difference, or progress == 100).

Implementation

final Function(double value)? onChange;