Horje
asset image in circle avatar flutter Code Example
asset image in circle avatar flutter
CircleAvatar(
    radius: 16.0,
    child: ClipRRect(
        child: Image.asset('profile-generic.png'),
        borderRadius: BorderRadius.circular(50.0),
    ),
),
asset image in circle avatar flutter
leading: CircleAvatar(
  backgroundImage: Image.asset('assets/horse.png'),
)




5

Related
dart random number Code Example dart random number Code Example
dart convert string to datetime Code Example dart convert string to datetime Code Example
flutter image asset Code Example flutter image asset Code Example
string to double dart Code Example string to double dart Code Example
flutter text color Code Example flutter text color Code Example

Type:
Code Example
Category:
Coding
Sub Category:
Code Example
Uploaded by:
Admin
Views:
15