Skip to content

Commit

Permalink
Update docusaurus/docs/Flutter/02-stream_chat_flutter/03-custom_widge…
Browse files Browse the repository at this point in the history
…ts/01-customize_message_widget.mdx

Co-authored-by: Deven Joshi <deven9852@gmail.com>
  • Loading branch information
esarbanis and deven98 committed Apr 11, 2024
1 parent 343f2f7 commit 678a190
Showing 1 changed file with 1 addition and 1 deletion.
Expand Up @@ -31,7 +31,7 @@ StreamMessageListView(
### Providing Custom Reaction Icons

By default the `StreamReactionIcon` widgets provided by the SDK are `love`, `like`, `sad`, `haha`, and `wow`.
Howerver, you can provide your own custom reaction icons by providing a `reactionIcons` parameter to the `StreamChatConfigurationData`.
However, you can provide your own custom reaction icons by providing a `reactionIcons` parameter to the `StreamChatConfigurationData`.

```dart
class MyApp extends StatelessWidget {
Expand Down

0 comments on commit 678a190

Please sign in to comment.