Created
January 3, 2019 13:49
-
-
Save shubie/856ceebec049d270ea429210af7b1f21 to your computer and use it in GitHub Desktop.
This file contains hidden or bidirectional Unicode text that may be interpreted or compiled differently than what appears below. To review, open the file in an editor that reveals hidden Unicode characters.
Learn more about bidirectional Unicode characters
Padding( | |
padding: EdgeInsets.only(top: 10.0), | |
child: FlatButton.icon( | |
icon: Icon( | |
Icons.arrow_back, | |
color: Color(0xFF015FFF), | |
), | |
onPressed: null, | |
label: Text("Back", | |
style: TextStyle( | |
fontWeight: FontWeight.w400, | |
fontSize: 16.0, | |
color: Colors.black)), | |
color: Colors.black, | |
), | |
), |
Sign up for free
to join this conversation on GitHub.
Already have an account?
Sign in to comment