Skip to content

Instantly share code, notes, and snippets.

@shubie
Created January 3, 2019 13:49
Show Gist options
  • Save shubie/856ceebec049d270ea429210af7b1f21 to your computer and use it in GitHub Desktop.
Save shubie/856ceebec049d270ea429210af7b1f21 to your computer and use it in GitHub Desktop.
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