linearGradient property

LinearGradient? linearGradient
final

If present, this will make the progress bar colored by this gradient. This will override progressBarColor. It is an error to provide both.

Implementation

final LinearGradient? linearGradient;