OudsChipLeadingAvatar constructor
- Key? key,
- required ImageProvider<
Object> image, - String? contentDescription,
Implementation
const OudsChipLeadingAvatar({
super.key,
required this.image,
this.contentDescription,
});
const OudsChipLeadingAvatar({
super.key,
required this.image,
this.contentDescription,
});