Skip to content

Instantly share code, notes, and snippets.

@Rahiche
Created December 18, 2018 21:41
Show Gist options
  • Save Rahiche/5ef23d9de529b27b186b0161044b8a79 to your computer and use it in GitHub Desktop.
Save Rahiche/5ef23d9de529b27b186b0161044b8a79 to your computer and use it in GitHub Desktop.
//example
appBar: PreferredSize(
child: Container(color: Colors.red),
preferredSize: Size.fromHeight(animation.value)),
bottomNavigationBar:
Container(height: animation.value, color: Colors.red),
Sign up for free to join this conversation on GitHub. Already have an account? Sign in to comment