Skip to content

Instantly share code, notes, and snippets.

@GonzaloEspinoza
Created August 19, 2020 16:33
Show Gist options
  • Select an option

  • Save GonzaloEspinoza/5bc95f5cc2bdc0a6fd03386c5170462d to your computer and use it in GitHub Desktop.

Select an option

Save GonzaloEspinoza/5bc95f5cc2bdc0a6fd03386c5170462d to your computer and use it in GitHub Desktop.
hide Appbar and add color status bar
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