Skip to content

Instantly share code, notes, and snippets.

@Norbert515
Created July 21, 2018 07:40
Show Gist options
  • Star 0 You must be signed in to star a gist
  • Fork 0 You must be signed in to fork a gist
  • Save Norbert515/6920fe9af7114349ce58eb907ceef5ed to your computer and use it in GitHub Desktop.
Save Norbert515/6920fe9af7114349ce58eb907ceef5ed to your computer and use it in GitHub Desktop.
scaffold edge inserts
// The minimum insets for contents of the Scaffold to keep visible.
final EdgeInsets minInsets = mediaQuery.padding.copyWith(
bottom: widget.resizeToAvoidBottomPadding ? mediaQuery.viewInsets.bottom : 0.0,
);
Sign up for free to join this conversation on GitHub. Already have an account? Sign in to comment