wrapAlignment property

WrapAlignment wrapAlignment
final

How the item within the RatingBar should be placed in the main axis.

For example, if wrapAlignment is WrapAlignment.center, the item in the RatingBar are grouped together in the center of their run in the main axis.

Defaults to WrapAlignment.start.

Implementation

final WrapAlignment wrapAlignment;