ConvoCard class

Constructors

ConvoCard({dynamic key, required String roomId, dynamic animation, dynamic onTap()?, bool showParents = true, dynamic trailing, bool showSelectedIndication = true, bool showSuggestedMark = false})
const

Properties

animation → dynamic
final
hashCode int
The hash code for this object.
no setterinherited
onTap → dynamic Function()?
final
roomId String
final
runtimeType Type
A representation of the runtime type of the object.
no setterinherited
showParents bool
Whether or not to render the parents Icon
final
showSelectedIndication bool
final
showSuggestedMark bool
final
trailing → dynamic
Custom Trailing Widget
final

Methods

avatarWithIndicator(dynamic context, dynamic ref) → dynamic
build(dynamic context, dynamic ref) → dynamic
buildInner(dynamic context, dynamic ref) → dynamic
buildSubtitle(dynamic context, dynamic constraints) → dynamic
noSuchMethod(Invocation invocation) → dynamic
Invoked when a nonexistent method or property is accessed.
inherited
onUnmute(dynamic context, dynamic ref) Future<void>
renderTrailing(dynamic context, dynamic ref) → dynamic
toString() String
A string representation of this object.
inherited

Operators

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