Created
May 9, 2020 11:58
-
-
Save letsar/466d92a69ef9b31beb5c55a9b8321c5e to your computer and use it in GitHub Desktop.
SliverGeometry constructor
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
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