isFullScreen property

bool isFullScreen
getter/setter pair

Whether this video is being played in full screen.

Flutter takes care of the size of the video player. This value is just to set the full screen icon and callback correctly.

Implementation

bool isFullScreen = false;