Skip to content

Instantly share code, notes, and snippets.

@Meherdeep
Created July 28, 2020 21:54
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/d84f3b905dc7fb5429c0a37d2af4c260 to your computer and use it in GitHub Desktop.
Save Meherdeep/d84f3b905dc7fb5429c0a37d2af4c260 to your computer and use it in GitHub Desktop.
Widget _expandedVideoRow(List<Widget> views) {
final wrappedViews = views.map<Widget>(_videoView).toList();
return Expanded(
child: Row(
children: wrappedViews,
),
);
}
Sign up for free to join this conversation on GitHub. Already have an account? Sign in to comment