PageBlockChatLink constructor
PageBlockChatLink({
- required String title,
- ChatPhotoInfo? photo,
- required int accentColorId,
- required String username,
Implementation
PageBlockChatLink({
required this.title,
this.photo,
required this.accentColorId,
required this.username,
});