showLensDirection property

bool showLensDirection
getter/setter pair

Show the lens direction toggle icon button.

If you want to show only one camera, you may also want to hide the button than enables users switch camera, then set showLensDirection to false.

If you show just one cameraLensDirection and showLensDirection is true, then the lens direction button is still shown, but disabled.

Defaults to true.

Implementation

bool showLensDirection = true;