asjqkkkk / circle_list

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

Please give an option to add image in outer or inner circle #10

Open Scienticious opened 3 years ago

Scienticious commented 3 years ago

Currently there is an option to add color on inner and outer circle,

I want to add a image on whole list view background

asjqkkkk commented 3 years ago

maybe you can use a Stack to solve this issue

Scienticious commented 3 years ago

Yes , I have solved this issue by using stack. Thanks for the prompt reply.