ProfileCircleConfiguration constructor
const
ProfileCircleConfiguration({
- void onAvatarTap()?,
- EdgeInsetsGeometry? padding,
- String? profileImageUrl,
- double? bottomPadding,
- double? circleRadius,
- void onAvatarLongPress()?,
- ImageType imageType = ImageType.network,
- String defaultAvatarImage = profileImage,
- NetworkImageErrorBuilder? networkImageErrorBuilder,
- AssetImageErrorBuilder? assetImageErrorBuilder,
- 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,
});