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