Skip to content

Instantly share code, notes, and snippets.

@mit-mit
Created May 2, 2019 12:14
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 mit-mit/2d1581caf9a90774de640450c5f4ebac to your computer and use it in GitHub Desktop.
Save mit-mit/2d1581caf9a90774de640450c5f4ebac to your computer and use it in GitHub Desktop.
Widget build(BuildContext context) {
return Column(children: [
Text(mainText),
for (var section in sections)
HeadingAction(section.heading),
]);
}
Sign up for free to join this conversation on GitHub. Already have an account? Sign in to comment