RecentChatTile constructor
const
RecentChatTile( - RxChat rxChat, {
- Key? key,
- UserId? me,
- bool blocked = false,
- bool? selected = false,
- bool invertible = true,
- List<Widget>? trailing,
- FutureOr<RxUser?> getUser(
- UserId id
)?,
- bool inContacts()?,
- void onLeave()?,
- void onHide(
- bool
)?,
- void onDrop()?,
- void onJoin()?,
- void onMute()?,
- void onUnmute()?,
- void onFavorite()?,
- void onUnfavorite()?,
- void onSelect()?,
- void onContact(
- bool
)?,
- void onTap()?,
- void onDismissed()?,
- Widget avatarBuilder(
- Widget
)?,
- bool? hasCall,
- Future<void> onPerformDrop(
- PerformDropEvent
)?,
})
Implementation
const RecentChatTile(
this.rxChat, {
super.key,
this.me,
this.blocked = false,
this.selected = false,
this.invertible = true,
this.trailing,
this.getUser,
this.inContacts,
this.onLeave,
this.onHide,
this.onDrop,
this.onJoin,
this.onMute,
this.onUnmute,
this.onFavorite,
this.onUnfavorite,
this.onSelect,
this.onContact,
this.onTap,
this.onDismissed,
Widget Function(Widget)? avatarBuilder,
this.enableContextMenu = true,
this.hasCall,
this.onPerformDrop,
}) : avatarBuilder = avatarBuilder ?? _defaultAvatarBuilder;