AppCircleAvatar constructor

const AppCircleAvatar({
  1. Key? key,
  2. String? fullText,
  3. int maxCharacterCount = 3,
})

Implementation

const AppCircleAvatar({
  super.key,
  this.fullText,
  this.maxCharacterCount = 3,
});