OudsChipLeadingAvatar constructor

const OudsChipLeadingAvatar({
  1. Key? key,
  2. required ImageProvider<Object> image,
  3. String? contentDescription,
})

Implementation

const OudsChipLeadingAvatar({
  super.key,
  required this.image,
  this.contentDescription,
});