state function

VideoControlsState state(
  1. BuildContext context
)

Returns the VideoControlsState associated with the VideoControls present in the current BuildContext.

Implementation

VideoControlsState state(BuildContext context) =>
    VideoStateInheritedWidget.of(context).state;