Skip to content

Instantly share code, notes, and snippets.

@shubie
Last active December 6, 2018 10:38
Show Gist options
  • Save shubie/3da4916023f50acebebcbf6b4df72508 to your computer and use it in GitHub Desktop.
Save shubie/3da4916023f50acebebcbf6b4df72508 to your computer and use it in GitHub Desktop.
Card makeCard(Lesson lesson) => Card(
elevation: 8.0,
margin: new EdgeInsets.symmetric(horizontal: 10.0, vertical: 6.0),
child: Container(
decoration: BoxDecoration(color: Color.fromRGBO(64, 75, 96, .9)),
child: makeListTile(lesson),
),
);
Sign up for free to join this conversation on GitHub. Already have an account? Sign in to comment