CuReAvatar constructor

const CuReAvatar({
  1. Key? key,
  2. CuReAvatarSize? size,
  3. CuReShape? shape,
  4. bool? isOnline,
  5. String? url,
  6. String? path,
  7. int? notifications,
  8. Widget? child,
  9. Border? border,
  10. BoxShadow? shadow,
  11. Color? color,
  12. double? widthHeight,
})

Implementation

const CuReAvatar({
  super.key,
  this.size,
  this.shape,
  this.isOnline,
  this.url,
  this.path,
  this.notifications,
  this.child,
  this.border,
  this.shadow,
  this.color,
  this.widthHeight,
});