asjqkkkk / circle_list

A new Flutter package for circle list.
Other
36 stars 13 forks source link

initialAngle #3

Open NSLogZfRee opened 4 years ago

NSLogZfRee commented 4 years ago

initialAngle default is 90°. how to make it begin at 0°. if children length = 30;

asjqkkkk commented 4 years ago

try to make the initial angle 0°,but if children length is not divisible by 180,you may need to calculate it manually😄

aCallum commented 4 years ago

setting initialAngle to -pi/2 sets the start angle so that the first child is oriented to the top

initialAngle: -pi/2,