Skip to content

Instantly share code, notes, and snippets.

@flutter-devs
Created June 17, 2019 10:12
Show Gist options
  • Save flutter-devs/b3b69439c3ae5e825a4a649a523a38c8 to your computer and use it in GitHub Desktop.
Save flutter-devs/b3b69439c3ae5e825a4a649a523a38c8 to your computer and use it in GitHub Desktop.
class CardItem {
String content;
Color cardColor;
double margin;
CardItem({this.content, this.cardColor, this.margin});
}
Sign up for free to join this conversation on GitHub. Already have an account? Sign in to comment