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