Circle Avatar From Image Asset Flutter

[Solved] Circle Avatar From Image Asset Flutter | Dart - Code Explorer | yomemimo.com
Question : circle avatar from image asset flutter

Answered by : elya-palma

CircleAvatar( radius: 16.0, child: ClipRRect( child: Image.asset('profile-generic.png'), borderRadius: BorderRadius.circular(50.0), ),
),

Source : | Last Update : Tue, 02 Feb 21

Question : asset image in circle avatar flutter

Answered by : arrogant-aardvark-91n7mot47phz

leading: CircleAvatar( backgroundImage: Image.asset('assets/horse.png'),
)

Source : https://stackoverflow.com/questions/54298886/how-to-give-a-circleavatar-an-image-from-assets | Last Update : Tue, 11 Jan 22

Answers related to circle avatar from image asset flutter

Code Explorer Popular Question For Dart