UserChip constructor
Implementation
const UserChip({
super.key,
required this.roomId,
required this.memberId,
this.style,
this.trailingBuilder,
this.onTap,
});
const UserChip({
super.key,
required this.roomId,
required this.memberId,
this.style,
this.trailingBuilder,
this.onTap,
});