ChatBubble constructor
const
ChatBubble({
- Key? key,
- RoomClient? room,
- required bool mine,
- required String text,
- VoidCallback? onDelete,
- Widget reactionActionBuilder(
- ShadContextMenuController controller
- bool showReactionAction = false,
- VoidCallback? onReactFromMenu,
- ThreadStorageSaveSurfacePresenter? mobileStorageSaveSurfacePresenter,
- bool fullWidth = false,
Implementation
const ChatBubble({
super.key,
this.room,
required this.mine,
required this.text,
this.onDelete,
this.reactionActionBuilder,
this.showReactionAction = false,
this.onReactFromMenu,
this.mobileStorageSaveSurfacePresenter,
this.fullWidth = false,
});