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

Read only rating bar always aligned center #2

Open
syedfahimabrar opened this issue Jan 16, 2020 · 1 comment
Open

Read only rating bar always aligned center #2

syedfahimabrar opened this issue Jan 16, 2020 · 1 comment

Comments

@syedfahimabrar
Copy link
Contributor

Read only rating bar is always aligning in centered position. Even wrapping in Align or Container Widget is not working to move in start position of line
image
Ratingbar has align property in widget tree
image
child: Column( crossAxisAlignment: CrossAxisAlignment.start, children: <Widget>[ Text( 'A little bit about the site', style: TextStyle( fontSize: SizeConfig.safeBlockHorizontal * 5.5, color: Colors.black), ), Container( alignment: Alignment(-1, 0), child: RatingBar.readOnly( size: SizeConfig.safeBlockHorizontal * 5, initialRating: 3.5, isHalfAllowed: true, halfFilledIcon: Icons.star_half, filledIcon: Icons.star, emptyIcon: Icons.star_border, ), ), ], ),
this is my code snippet

@syedfahimabrar
Copy link
Contributor Author

please close this issue as feature enhancement as it was added in last merge

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

1 participant