Skip to content
New issue

Have a question about this project? Sign up for a free GitHub account to open an issue and contact its maintainers and the community.

By clicking “Sign up for GitHub”, you agree to our terms of service and privacy statement. We’ll occasionally send you account related emails.

Already on GitHub? Sign in to your account

icon size not change #19

Closed
azamcsc opened this issue Dec 14, 2019 · 1 comment
Closed

icon size not change #19

azamcsc opened this issue Dec 14, 2019 · 1 comment

Comments

@azamcsc
Copy link

azamcsc commented Dec 14, 2019

i try to change icon size by put size in itemBuilder..but nothing happen

@azamcsc
Copy link
Author

azamcsc commented Dec 14, 2019

updated : using itemSize in ratingbar
RatingBar(
initialRating: double.parse(tutor_rating),
direction: Axis.horizontal,
allowHalfRating: true,
itemCount: 5,
itemSize: 15,
itemPadding: EdgeInsets.symmetric(horizontal: 4.0),
itemBuilder: (context, _) => Icon(
Icons.star,
color: Colors.amber,
),
onRatingUpdate: (rating) {
print(rating);
},
),

Sign up for free to join this conversation on GitHub. Already have an account? Sign in to comment
Labels
None yet
Projects
None yet
Development

No branches or pull requests

2 participants