RemoveChatActionBar constructor
const
RemoveChatActionBar({
- required int chatId,
Removes a chat action bar without any other action
Implementation
const RemoveChatActionBar({
required this.chatId,
});