RoomWithAvatarInfoCard class

Constructors

RoomWithAvatarInfoCard({dynamic key, required String roomId, required dynamic avatarInfo, List? parents, dynamic subtitle, dynamic trailing, dynamic onTap, dynamic onLongPress, dynamic onFocusChange, dynamic titleTextStyle, dynamic subtitleTextStyle, dynamic leadingAndTrailingTextStyle, dynamic shape, bool showParents = true, dynamic margin, bool showSuggestedMark = false, bool showVisibilityMark = false, required double avatarSize, required dynamic contentPadding})
const

Properties

avatarInfo → dynamic
final
avatarSize double
final
contentPadding → dynamic
The tile’s internal padding.
final
hashCode int
The hash code for this object.
no setterinherited
leadingAndTrailingTextStyle → dynamic
The text style for ListTile’s leading and trailing.
final
margin → dynamic
If null, EdgeInsets.symmetric(horizontal: 16.0) is used.
final
onFocusChange → dynamic
final
onLongPress → dynamic
Called when the user long-presses on this list tile.
final
onTap → dynamic
Called when the user taps this list tile.
final
parents List?
final
roomId String
final
runtimeType Type
A representation of the runtime type of the object.
no setterinherited
shape → dynamic
The shape of the card’s Material.
final
showParents bool
Whether or not to render the parent(s) Icon
final
showSuggestedMark bool
Whether or not to render the suggested icon
final
showVisibilityMark bool
Whether or not to render the visibility icon
final
subtitle → dynamic
final
subtitleTextStyle → dynamic
The text style for ListTile’s subtitle.
final
titleTextStyle → dynamic
The text style for ListTile’s title.
final
trailing → dynamic
final

Methods

build(dynamic context) → dynamic
buildSubtitle(dynamic context) → dynamic
noSuchMethod(Invocation invocation) → dynamic
Invoked when a nonexistent method or property is accessed.
inherited
toString() String
A string representation of this object.
inherited

Operators

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