score_indicator

Last updated:

0 purchases

score_indicator Image
score_indicator Images
Add to Cart

Description:

score indicator

score_indicator #
Display a graphical indicator that displays a score/total with a label
Features #
ScoreIndicator(
label: Text('Rating'),
count: 5,
score: 3,
radius: 8.0,
filledIndicatorColor: Colors.red,
emptyIndicatorColor: Colors.blue,
);
copied to clipboard
Notes:

If radius is not provided it defaults to 4.0.
If emptyIndicatorColor is not provided it defaults to Colors.grey.
score must not be greater than count and should not be negative.
count and radius must be greater than 0.

License:

For personal and professional use. You cannot resell or redistribute these repositories in their original state.

Files In This Product:

Customer Reviews

There are no reviews.