Created
August 19, 2020 16:33
-
-
Save GonzaloEspinoza/5bc95f5cc2bdc0a6fd03386c5170462d to your computer and use it in GitHub Desktop.
hide Appbar and add color status bar
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
| appBar: PreferredSize( | |
| preferredSize: Size.fromHeight(0), | |
| child:AppBar( | |
| // backgroundColor: Colors.teal[600], | |
| elevation: 0, | |
| ), | |
| ), |
Sign up for free
to join this conversation on GitHub.
Already have an account?
Sign in to comment