Created
June 24, 2020 12:47
-
-
Save TheNova22/40b5c6192d0574f73a719348032235b2 to your computer and use it in GitHub Desktop.
User Account Header(For Drawer)
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
// 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