ProfileCircleConfiguration constructor

const ProfileCircleConfiguration({
  1. void onAvatarTap(
    1. ChatUser
    )?,
  2. EdgeInsetsGeometry? padding,
  3. String? profileImageUrl,
  4. double? bottomPadding,
  5. double? circleRadius,
  6. void onAvatarLongPress(
    1. ChatUser
    )?,
  7. ImageType imageType = ImageType.network,
  8. String defaultAvatarImage = profileImage,
  9. NetworkImageErrorBuilder? networkImageErrorBuilder,
  10. AssetImageErrorBuilder? assetImageErrorBuilder,
  11. NetworkImageProgressIndicatorBuilder? networkImageProgressIndicatorBuilder,
})

Implementation

const ProfileCircleConfiguration({
  this.onAvatarTap,
  this.padding,
  this.profileImageUrl,
  this.bottomPadding,
  this.circleRadius,
  this.onAvatarLongPress,
  this.imageType = ImageType.network,
  this.defaultAvatarImage = profileImage,
  this.networkImageErrorBuilder,
  this.assetImageErrorBuilder,
  this.networkImageProgressIndicatorBuilder,
});