isControllerVisible property

RxBool isControllerVisible
final

Indicates whether the video controller is visible.

This is a reactive boolean value that is used to control the visibility of the video controller. By default, it is set to true, meaning the controller is visible.

Implementation

final RxBool isControllerVisible = true.obs;