Skip to main content

LMChatSkeletonChatPage

File location
chatroom_skeleton.dart

LMChatSkeletonChatPage provides a skeleton screen for the chatroom, displaying placeholders to create a loading state effect. It includes skeletons for the app bar, chat list, and input bar.

Properties

This widget contains the following key components:

  1. LMChatSkeletonAppBar
    A skeleton representation of the app bar.

  2. LMChatSkeletonChatList
    Placeholder for the chat list.

  3. LMChatSkeletonChatBar
    A skeleton version of the chat input bar.

Note: These are the core components used in the chatroom skeleton.


Example Usage

final chatroomSkeleton = LMChatSkeletonChatPage();