Skip to content

Latest commit

 

History

History
25 lines (17 loc) · 726 Bytes

File metadata and controls

25 lines (17 loc) · 726 Bytes
pcx_content_type navigation
title RtkChatIconWidget
description API reference for RtkChatIconWidget component (Flutter Library)

A widget that displays a chat icon, navigates to the chat page when pressed, and marks all messages as read.

:::note RtkProvider must be an ancestor of this widget in the widget tree. :::

Properties

This component does not accept any properties. It uses the RealtimekitClient from the nearest RtkProvider ancestor.

Usage Examples

Basic Usage

import 'package:realtimekit_ui/realtimekit_ui.dart';

RtkChatIconWidget()