UserChip class

Constructors

UserChip.new({dynamic key, required String roomId, required String memberId, dynamic style, dynamic trailingBuilder(dynamic context, {required double fontSize, required bool isMe})?, dynamic onTap(dynamic context, {required dynamic defaultOnTap, required bool isMe})?})
const

Properties

hashCode int
The hash code for this object.
no setterinherited
memberId String
final
onTap → dynamic Function(dynamic context, {required dynamic defaultOnTap, required bool isMe})?
final
roomId String
final
runtimeType Type
A representation of the runtime type of the object.
no setterinherited
style → dynamic
final
trailingBuilder → dynamic Function(dynamic context, {required double fontSize, required bool isMe})?
final

Methods

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

Operators

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