GrxUserAvatar constructor
GrxUserAvatar({})
Implementation
GrxUserAvatar({
super.key,
this.text,
this.uri,
this.imageFile,
this.radius = 25.0,
this.textColor = GrxColors.neutrals,
this.heroTag,
this.openPreview = true,
this.editable = false,
this.avatarPickerButton,
this.onPickAvatar,
this.isLoading = false,
final Color? backgroundColor,
}) : backgroundColor = backgroundColor ?? GrxColors.primary.shade400;