In my flutter app I created a splash screen.I have one problem.I can not make center image circular image.What shoudld I write instead of center here android:gravity="center" ?
I share the view of my splash screen.You will understand which image I want to make circular.
I tried to write fill,center-fill instead of center,but none of them helped…
2
Answers
you can use CircleAvatar od ClipOval
both of them would achive that easily
you can use
CircleAvatar
classIf the avatar is to have an image, the image should be specified in the backgroundImage property:
also you can refer https://api.flutter.dev/flutter/material/CircleAvatar-class.html#material.CircleAvatar.1