Skip to content

Instantly share code, notes, and snippets.

@duytq94
Last active June 25, 2019 03:44
Show Gist options
  • Save duytq94/47817f2eeac06116701bcd3b6e845789 to your computer and use it in GitHub Desktop.
Save duytq94/47817f2eeac06116701bcd3b6e845789 to your computer and use it in GitHub Desktop.
child: new Container(
width: double.infinity,
height: 5.0,
margin: new EdgeInsets.only(left: 10.0, right: 10.0),
decoration: new BoxDecoration(
gradient:
new LinearGradient(colors: [colorAnimIndicator1.value, colorAnimIndicator4.value]),
borderRadius: new BorderRadius.all(new Radius.circular(5.0))),
),
Sign up for free to join this conversation on GitHub. Already have an account? Sign in to comment