progress property

double Function(T listenable) progress
final

Callback to return the rate of progress.

Return between 0.0 and 1.0.

進行率を返すためのコールバック。

0.01.0の間で返してください。

Implementation

final double Function(T listenable) progress;