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
    )?,
})

Implementation

const ProfileCircleConfiguration({
  this.onAvatarTap,
  this.padding,
  this.profileImageUrl,
  this.bottomPadding,
  this.circleRadius,
  this.onAvatarLongPress,
});