Created
May 9, 2020 06:04
-
-
Save letsar/286400061c6d97026315b1e504750d15 to your computer and use it in GitHub Desktop.
SliverConstraints constructor
This file contains 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 SliverConstraints({ | |
@required this.axisDirection, | |
@required this.growthDirection, | |
@required this.userScrollDirection, | |
@required this.scrollOffset, | |
@required this.precedingScrollExtent, | |
@required this.overlap, | |
@required this.remainingPaintExtent, | |
@required this.crossAxisExtent, | |
@required this.crossAxisDirection, | |
@required this.viewportMainAxisExtent, | |
@required this.remainingCacheExtent, | |
@required this.cacheOrigin, | |
}); |
Sign up for free
to join this conversation on GitHub.
Already have an account?
Sign in to comment