OudsTopAppBarAvatarConfig constructor

OudsTopAppBarAvatarConfig({
  1. String? image,
  2. String? monogram,
  3. String? contentDescription,
  4. Color? monogramBackgroundColor,
  5. Color? monogramColor,
})

Implementation

OudsTopAppBarAvatarConfig({
  this.image,
  this.monogram,
  this.contentDescription,
  this.monogramBackgroundColor,
  this.monogramColor
});