state function
Returns the VideoControlsState associated with the VideoControls present in the current BuildContext.
Implementation
VideoControlsState state(BuildContext context) =>
VideoStateInheritedWidget.of(context).state;
Returns the VideoControlsState associated with the VideoControls present in the current BuildContext.
VideoControlsState state(BuildContext context) =>
VideoStateInheritedWidget.of(context).state;