Created
January 3, 2019 14:10
-
-
Save shubie/4a434dba6297333853b2de7505badd76 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
buildMenuItem(Icons.account_balance, "ACCOUNTS",opacity: 1.0, color: Color(0xFF015FFF)), | |
Divider(), | |
buildMenuItem(Icons.compare_arrows, "TRANSFER"), | |
Divider(), | |
buildMenuItem(Icons.receipt, "STATEMENTS"), | |
Divider(), | |
buildMenuItem(Icons.attach_money, "PAYMENTS"), | |
Divider(), | |
buildMenuItem(Icons.sentiment_satisfied, "INVESTMENTS"), | |
Divider(), | |
buildMenuItem(Icons.phone, "SUPPORT"), | |
Divider() |
Sign up for free
to join this conversation on GitHub.
Already have an account?
Sign in to comment