of static method
Implementation
static SwipeData of(BuildContext context) {
return context.dependOnInheritedWidgetOfExactType(aspect: SwipeData)!;
}
static SwipeData of(BuildContext context) {
return context.dependOnInheritedWidgetOfExactType(aspect: SwipeData)!;
}