of static method

Implementation

static VideoController of(BuildContext context) => context
    .dependOnInheritedWidgetOfExactType<VideoControllerInherited>()!
    .controller;