Skip to content

Instantly share code, notes, and snippets.

@agarasul
Last active August 1, 2019 05:56
Show Gist options
  • Save agarasul/016769b1923c75346621aac829228028 to your computer and use it in GitHub Desktop.
Save agarasul/016769b1923c75346621aac829228028 to your computer and use it in GitHub Desktop.
Padding(
padding: EdgeInsets.all(8),
child: Column(
crossAxisAlignment: CrossAxisAlignment.start,
children: <Widget>[
Text("Dummy title"),
Text("Dummy description")
]),
)
Sign up for free to join this conversation on GitHub. Already have an account? Sign in to comment