builder abstract method

Widget builder(
  1. BuildContext ctx,
  2. bool showUserAvatar,
  3. bool showMessageStatus,
  4. bool showUsername,
  5. User loggedInUser,
  6. ChatTheme theme,
)

Implementation

Widget builder(BuildContext ctx, bool showUserAvatar, bool showMessageStatus,
    bool showUsername,
    User loggedInUser, ChatTheme theme);