of static method

of - find the nearest RecorderPlaybackController in the parent widget tree.

Implementation

static RecorderPlaybackController? of(BuildContext context) =>
    context.dependOnInheritedWidgetOfExactType<RecorderPlaybackController>();