of static method

CourseConfig of(
  1. BuildContext context
)

Implementation

static CourseConfig of(BuildContext context) {
  return context.dependOnInheritedWidgetOfExactType()!;
}