of static method

OriginData of(
  1. BuildContext context
)

Implementation

static OriginData of(BuildContext context) {
  return context.dependOnInheritedWidgetOfExactType<OriginData>()!;
}