Skip to content

Instantly share code, notes, and snippets.

@ShivamGoyal1899
Created December 8, 2019 21:48
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 ShivamGoyal1899/317eb92b5539c629babec53298e11e20 to your computer and use it in GitHub Desktop.
Save ShivamGoyal1899/317eb92b5539c629babec53298e11e20 to your computer and use it in GitHub Desktop.
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