state function

VideoState state(
  1. BuildContext context
)

Returns the VideoState associated with the Video present in the current BuildContext.

Implementation

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