How to make a circle with radius bigger than screen width as set in picture?
design:
I tried to set width of container bigger than screen width, but nothing happened. Any idea how to implement this? I will be very grateful if you help me.
I think transform widget can help you out , just put your circles inside stack and wrap them with with this widget , it has many properties which you can use .
2
Answers
You can create a circle that overflows out of the screen from the
center
by using theStack
Code:
Result :
I think transform widget can help you out , just put your circles inside stack and wrap them with with this widget , it has many properties which you can use .