Skip to content

Instantly share code, notes, and snippets.

@ibhavikmakwana
Last active June 5, 2018 07:34
Show Gist options
  • Save ibhavikmakwana/470bb38f9b67a99e59abec752b1adfb8 to your computer and use it in GitHub Desktop.
Save ibhavikmakwana/470bb38f9b67a99e59abec752b1adfb8 to your computer and use it in GitHub Desktop.
child: new MaterialButton(
child: setUpButtonChild(),
onPressed: () {
setState(() {
if (_state == 0) {
animateButton();
}
});
},
elevation: 4.0,
minWidth: double.infinity,
height: 48.0,
color: Colors.lightGreen,
),
Sign up for free to join this conversation on GitHub. Already have an account? Sign in to comment