progress property

dynamic progress
final

The progress of the LinearProgressIndicator inside the bar.

When set to a double between 0..1, will show show a determined LinearProgressIndicator.

When set to true, the FloatingSearchBar will show an indetermined LinearProgressIndicator.

When null or false, will hide the LinearProgressIndicator.

Implementation

final dynamic progress;