PageBlockChatLink constructor
const
PageBlockChatLink({
- required String title,
- ChatPhotoInfo? photo,
- required String username,
A link to a chat
Implementation
const PageBlockChatLink({
required this.title,
this.photo,
required this.username,
});