Created
December 8, 2019 21:48
-
-
Save shyvum/317eb92b5539c629babec53298e11e20 to your computer and use it in GitHub Desktop.
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 RefreshIndicator({ | |
Key key, | |
@required Widget child, | |
double displacement: 40.0, | |
@required RefreshCallback onRefresh, | |
Color color, | |
Color backgroundColor, | |
ScrollNotificationPredicate | |
notificationPredicate: defaultScrollNotificationPredicate, | |
String semanticsLabel, | |
String semanticsValue | |
}) |
Sign up for free
to join this conversation on GitHub.
Already have an account?
Sign in to comment