Skip to content

Instantly share code, notes, and snippets.

@TheNova22
Created June 24, 2020 12:47
Show Gist options
  • Save TheNova22/40b5c6192d0574f73a719348032235b2 to your computer and use it in GitHub Desktop.
Save TheNova22/40b5c6192d0574f73a719348032235b2 to your computer and use it in GitHub Desktop.
User Account Header(For Drawer)
// vim: syntax=dart
UserAccountsDrawerHeader(
accountName: Text(name),
accountEmail: Text(email),
currentAccountPicture: CircleAvatar(
backgroundColor: finder(),
child: Text(
name[0],
style: TextStyle(fontSize: 40),
),
),
),
Sign up for free to join this conversation on GitHub. Already have an account? Sign in to comment