of static method

SwipeData of(
  1. BuildContext context
)

Implementation

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