RoomAvatar class

Constructors

RoomAvatar({dynamic key, required String roomId, double avatarSize = 36, bool showParents = false})
const

Properties

avatarSize double
final
hashCode int
The hash code for this object.
no setterinherited
roomId String
final
runtimeType Type
A representation of the runtime type of the object.
no setterinherited
showParents bool
final

Methods

build(dynamic context, dynamic ref) → dynamic
dmAvatar(dynamic ref, dynamic context) → dynamic
errorAvatar(String error) → dynamic
groupAvatarDM(List<String> members, dynamic ref) → dynamic
groupChatAvatarUI(dynamic ref, dynamic context) → dynamic
loadingAvatar() → dynamic
memberAvatar(String userId, dynamic ref) → dynamic
noSuchMethod(Invocation invocation) → dynamic
Invoked when a nonexistent method or property is accessed.
inherited
renderParentsInfo(dynamic ref) List?
toString() String
A string representation of this object.
inherited

Operators

operator ==(Object other) bool
The equality operator.
inherited