Skip to content

Instantly share code, notes, and snippets.

@sendbird-community
Created January 10, 2022 18:40
Show Gist options
  • Star 0 You must be signed in to star a gist
  • Fork 0 You must be signed in to fork a gist
  • Save sendbird-community/62792dfa6819276f6f78f3e35bef8fac to your computer and use it in GitHub Desktop.
Save sendbird-community/62792dfa6819276f6f78f3e35bef8fac to your computer and use it in GitHub Desktop.
Chat Triggered Effects - Group Channel View updated build
@override
Widget build(BuildContext context) {
return Scaffold(
appBar: navigationBar(widget.groupChannel),
body: sfxStackedBody(
context,
_sfxController,
widget.groupChannel,
_messages,
), );
}
Sign up for free to join this conversation on GitHub. Already have an account? Sign in to comment