Skip to content

Instantly share code, notes, and snippets.

@gladimdim
Created April 11, 2019 09:54
Show Gist options
  • Save gladimdim/e2ee3b91fc1a77eb71ee9c3487a92877 to your computer and use it in GitHub Desktop.
Save gladimdim/e2ee3b91fc1a77eb71ee9c3487a92877 to your computer and use it in GitHub Desktop.
Widget _buildQueueView(List<Call> queueCalls) {
return Column(
// mainAxisAlignment: MainAxisAlignment.center,
children: queueCalls.map((call) => Text(call.msg)).toList());
}
Sign up for free to join this conversation on GitHub. Already have an account? Sign in to comment