Skip to content

Instantly share code, notes, and snippets.

@letsar
Created May 9, 2020 11:58
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 letsar/466d92a69ef9b31beb5c55a9b8321c5e to your computer and use it in GitHub Desktop.
Save letsar/466d92a69ef9b31beb5c55a9b8321c5e to your computer and use it in GitHub Desktop.
SliverGeometry constructor
const SliverGeometry({
this.scrollExtent = 0.0,
this.paintExtent = 0.0,
this.paintOrigin = 0.0,
double layoutExtent,
this.maxPaintExtent = 0.0,
this.maxScrollObstructionExtent = 0.0,
double hitTestExtent,
bool visible,
this.hasVisualOverflow = false,
this.scrollOffsetCorrection,
double cacheExtent,
});
Sign up for free to join this conversation on GitHub. Already have an account? Sign in to comment