progress property

double progress
final

Determines the percentage of spinner ticks that will be shown. Typical usage would display all ticks, however, this allows for more fine-grained control such as during pull-to-refresh when the drag-down action shows one tick at a time as the user continues to drag down.

Defaults to one. Must be between zero and one, inclusive.

Implementation

final double progress;