Skip to content

Instantly share code, notes, and snippets.

@Meherdeep
Created July 28, 2020 21:46
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 Meherdeep/e9866a01ae3eeefede75e6dce60f2dbc to your computer and use it in GitHub Desktop.
Save Meherdeep/e9866a01ae3eeefede75e6dce60f2dbc to your computer and use it in GitHub Desktop.
@override
Widget build(BuildContext context) {
return Scaffold(
appBar: AppBar(
title: Text('Agora Group Calling'),
),
backgroundColor: Colors.black,
body: Center(
child: Stack(
children: <Widget>[
_viewRows(),
_panel(),
_toolbar(),
],
),
),
);
}
Sign up for free to join this conversation on GitHub. Already have an account? Sign in to comment