initialValue property

double initialValue
final

The initial value of the rating. The default value is 1. initialValue must be greater than or equal to minValue and less than or equal to itemCount

Implementation

final double initialValue;