BigAvatarWidget.myUser constructor
Builds a BigAvatarWidget of the provided myUser
.
Implementation
const BigAvatarWidget.myUser(
this.myUser, {
super.key,
this.onUpload,
this.onDelete,
this.onEdit,
this.loading = false,
this.error,
}) : _mode = _BigAvatarMode.myUser,
user = null,
chat = null,
builder = _defaultBuilder;